Skip to content

Commit 7b007da

Browse files
author
jparkpjw
committed
adding environment.yaml file for setup
1 parent a12ca8f commit 7b007da

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

environment.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: diffnets
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.12
6+
- numpy
7+
- mdtraj
8+
- scipy
9+
- cython
10+
- pytest
11+
- matplotlib
12+
- pandas
13+
- pyyaml
14+
- scikit-learn
15+
- mpi4py
16+
- pip
17+
- pip:
18+
- torch --index-url https://download.pytorch.org/whl/cu121
19+
- torchvision --index-url https://download.pytorch.org/whl/cu121
20+
- torchaudio --index-url https://download.pytorch.org/whl/cu121

0 commit comments

Comments
 (0)