🚚 .yaml -> .yml

This commit is contained in:
Laurent FAINSIN 2023-05-26 11:08:50 +02:00
parent a094733f12
commit 6622b354d9
2 changed files with 28 additions and 29 deletions

View file

@ -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
View 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