Skip to content

Commit

Permalink
add environment conda
Browse files Browse the repository at this point in the history
  • Loading branch information
aboulch committed Apr 5, 2022
1 parent 066103a commit 84583f1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: poco
channels:
- pytorch
- pyg
- open3d-admin
- anaconda
- conda-forge
- defaults
dependencies:
- python=3.7.10
- pytorch::pytorch=1.8.1
- pytorch::torchvision=0.9.1
- pytorch::torchaudio=0.8.1
- cudatoolkit=11.1
- cython
- tqdm
- scikit-image
- open3d
- scikit-learn
- pyyaml
- addict
- pandas
- plyfile
- pyg=2.0.1
- pip
- pip:
- open3d
- trimesh
- tensorboard

0 comments on commit 84583f1

Please sign in to comment.