🚚 .yaml -> .yml
This commit is contained in:
parent
a094733f12
commit
6622b354d9
|
@ -1,29 +0,0 @@
|
||||||
name: sap
|
|
||||||
channels:
|
|
||||||
- anaconda
|
|
||||||
- conda-forge
|
|
||||||
- pytorch
|
|
||||||
- defaults
|
|
||||||
dependencies:
|
|
||||||
- python=3.8
|
|
||||||
- pytorch=1.9.0
|
|
||||||
- torchvision=0.10.0
|
|
||||||
- cudatoolkit=10.2
|
|
||||||
- numpy=1.18.1
|
|
||||||
- matplotlib=3.4.3
|
|
||||||
- pyyaml=5.3.1
|
|
||||||
- scipy=1.4.1
|
|
||||||
- tqdm=4.54.0
|
|
||||||
- trimesh=3.8.14
|
|
||||||
- igl=2.2.1
|
|
||||||
- tensorboard=2.6.0
|
|
||||||
- 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
|
|
28
environment.yml
Normal file
28
environment.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
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
|
Loading…
Reference in a new issue