Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
2552d41
1
Parent(s):
f1c8a72
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.13.0
|
2 |
+
biopython==1.79
|
3 |
+
chex==0.0.7
|
4 |
+
dm-haiku==0.0.4
|
5 |
+
dm-tree==0.1.6
|
6 |
+
docker==5.0.0
|
7 |
+
immutabledict==2.0.0
|
8 |
+
jax==0.2.14
|
9 |
+
ml-collections==0.1.0
|
10 |
+
numpy==1.19.5
|
11 |
+
pandas==1.3.4
|
12 |
+
scipy==1.7.0
|
13 |
+
tensorflow-cpu==2.5.0
|