Skip to content

Commit 85a9d0e

Browse files
authored
create pkaani env
yaml file to create pkaani conda env and install required packages
1 parent 61d15d7 commit 85a9d0e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pkaani_env.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: pkaani
2+
channels:
3+
- rmg
4+
- conda-forge
5+
- pytorch
6+
- defaults
7+
dependencies:
8+
- python==3.8
9+
- numpy
10+
- scipy
11+
- pytorch
12+
- torchani[version='=2.2.0']
13+
- scikit-learn[version='=1.0.2']
14+
- ase
15+
- joblib
16+
- ambertools
17+
- setuptools[version='=58.2.0']
18+

0 commit comments

Comments
 (0)