Spaces:
Sleeping
Sleeping
Commit
·
4393748
1
Parent(s):
0cfa3ae
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
absl-py==0.13.0
|
| 2 |
git+https://github.com/biopython/biopython.git
|
|
|
|
| 3 |
chex==0.0.7
|
| 4 |
dm-haiku==0.0.5
|
| 5 |
dm-tree==0.1.6
|
| 6 |
docker==5.0.0
|
| 7 |
immutabledict==2.0.0
|
| 8 |
jax[cuda]==0.3.8
|
| 9 |
-
jaxlib
|
| 10 |
ml-collections==0.1.0
|
| 11 |
numpy==1.19.5
|
| 12 |
pandas==1.3.4
|
|
@@ -19,5 +20,4 @@ ray
|
|
| 19 |
tqdm
|
| 20 |
gradio==3.0.11
|
| 21 |
protobuf<4
|
| 22 |
-
git+https://github.com/Acellera/moleculekit.git
|
| 23 |
-f https://storage.googleapis.com/jax-releases/jax_releases.html
|
|
|
|
| 1 |
absl-py==0.13.0
|
| 2 |
git+https://github.com/biopython/biopython.git
|
| 3 |
+
git+https://github.com/Acellera/moleculekit.git
|
| 4 |
chex==0.0.7
|
| 5 |
dm-haiku==0.0.5
|
| 6 |
dm-tree==0.1.6
|
| 7 |
docker==5.0.0
|
| 8 |
immutabledict==2.0.0
|
| 9 |
jax[cuda]==0.3.8
|
| 10 |
+
jaxlib==0.3.7
|
| 11 |
ml-collections==0.1.0
|
| 12 |
numpy==1.19.5
|
| 13 |
pandas==1.3.4
|
|
|
|
| 20 |
tqdm
|
| 21 |
gradio==3.0.11
|
| 22 |
protobuf<4
|
|
|
|
| 23 |
-f https://storage.googleapis.com/jax-releases/jax_releases.html
|