temporarily comment out fold dependencies
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
rdkit==2022.3.5
|
2 |
-
torch
|
3 |
jax_unirep
|
4 |
bio-embeddings
|
5 |
bio-embeddings-allennlp
|
6 |
bio-embeddings-esm
|
7 |
-
fair-esm[esmfold]
|
8 |
-
git+https://github.com/NVIDIA/dllogger.git
|
9 |
-
git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307
|
|
|
1 |
rdkit==2022.3.5
|
2 |
+
#torch
|
3 |
jax_unirep
|
4 |
bio-embeddings
|
5 |
bio-embeddings-allennlp
|
6 |
bio-embeddings-esm
|
7 |
+
#fair-esm[esmfold]
|
8 |
+
#git+https://github.com/NVIDIA/dllogger.git
|
9 |
+
#git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307
|