https://github.com/cg-tuwien/ppsurf
Raw File
Tip revision: 3251f302f33443e9bdf0ca1a4b304766ef90d077 authored by Philipp Erler on 04 March 2024, 14:15:22 UTC
Update README.md with HF link
Tip revision: 3251f30
pps.yml
name: pps
channels:
  - pytorch
  - nvidia
  - anaconda
  - conda-forge
  - pyg
  - defaults
dependencies:
  - python>=3.11
  - pytorch=2
  - pytorch-cuda
  - pytorch-lightning=2
  - pyg=2
  - pytorch-cluster=1
  - scikit-learn-intelex
  - numpy=1
  - scikit-image=0
  - scipy=1
  - pandas=1
  - openpyxl=
  - overrides=7
  - pykdtree=1
  - laspy=2
  - pip>=22
  - pillow
  - intel-openmp
  - tqdm
  - pyglet=1
  - rtree=1
  - pip:
    - tensorboard>=2.14
    - trimesh>=3.23
    - pysdf>=0.1
    - jsonargparse[signatures]>=4.7
back to top