Shape-as-Point/environment.yml
Laurent FAINSIN 6622b354d9 🚚 .yaml -> .yml
2023-05-26 11:08:50 +02:00

29 lines
413 B
YAML

name: sap
channels:
- conda-forge
- pytorch
- defaults
dependencies:
- python
- pytorch
- torchvision
- cudatoolkit
- numpy
- matplotlib
- pyyaml
- scipy
- tqdm
- trimesh
- igl
- tensorboard
- pip
- pip:
- plyfile==0.7
# - open3d>=0.11.1
- scikit-image>=0.18.0
- python-mnist==0.7
- opencv-python>=4.4
- av==8.0.3
- pykdtree==1.3.4
- ipdb==0.13.7