Skip to content

Commit f5b3b0d

Browse files
committed
Created environment.yaml
1 parent dad9e5d commit f5b3b0d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

environment.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: diffnets
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
# Core
6+
- python=3.11
7+
- pip
8+
- numpy=2.3
9+
- mdtraj=1.11
10+
- scipy=1.16
11+
- cython=3.2
12+
- pytest=9.0
13+
- matplotlib=3.10
14+
- pandas=2.3
15+
- mpi4py=4.1
16+
- pip:
17+
- mdtraj==1.11
18+
- mpi4py==4.1
19+
- --extra-index-url https://download.pytorch.org/whl/cu121
20+
- torch==2.2.2+cu121
21+
- torchvision==0.17.2+cu121
22+
- torchaudio==2.2.2+cu121

0 commit comments

Comments
 (0)