Spaces:
Running
Running
simonduerr
commited on
Commit
•
400fb86
1
Parent(s):
f88f685
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
git+https://github.com/biopython/biopython.git
|
2 |
-
git+https://github.com/Acellera/moleculekit.git
|
3 |
-
numpy
|
4 |
pandas==1.3.4
|
5 |
scipy==1.7.0
|
6 |
torch
|
@@ -8,4 +8,5 @@ plotly
|
|
8 |
tqdm
|
9 |
mdtraj
|
10 |
transformers
|
11 |
-
accelerate
|
|
|
|
1 |
+
git+https://github.com/biopython/biopython.git@1.80
|
2 |
+
git+https://github.com/Acellera/moleculekit.git@1.5.9
|
3 |
+
numpy==1.22
|
4 |
pandas==1.3.4
|
5 |
scipy==1.7.0
|
6 |
torch
|
|
|
8 |
tqdm
|
9 |
mdtraj
|
10 |
transformers
|
11 |
+
accelerate
|
12 |
+
absl-py==0.13.0
|