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