Skip to content

Commit b47e4c9

Browse files
authored
Create environment.yml
1 parent 86fb7bf commit b47e4c9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: environment.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: plapt
2+
channels:
3+
- conda-forge
4+
- pytorch
5+
- huggingface
6+
- defaults
7+
dependencies:
8+
- python=3.11
9+
- pip
10+
- pytorch>=1.13.1
11+
- transformers
12+
- pandas
13+
- scipy
14+
- numpy>=1.17
15+
- biopython
16+
- rdkit>=2023.9.4
17+
- scikit-learn
18+
- requests
19+
- tqdm
20+
- pillow
21+
- pip:
22+
- onnxruntime
23+
- diskcache
24+
- datasets
25+
- evaluate
26+
- huggingface-hub
27+
- accelerate

0 commit comments

Comments
 (0)