Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
pandas
|
3 |
numpy
|
4 |
# lmdb
|
5 |
-
python-lmdb
|
|
|
6 |
git+https://github.com/microsoft/protein-sequence-models.git
|
7 |
mlflow
|
8 |
scikit-learn
|
|
|
2 |
pandas
|
3 |
numpy
|
4 |
# lmdb
|
5 |
+
# python-lmdb
|
6 |
+
git+https://github.com/jnwatson/py-lmdb.git
|
7 |
git+https://github.com/microsoft/protein-sequence-models.git
|
8 |
mlflow
|
9 |
scikit-learn
|