colbyford commited on
Commit
59dccbd
1 Parent(s): 86494c2

Use python-lmdb from pip

Browse files
Files changed (2) hide show
  1. packages.txt +0 -1
  2. requirements.txt +1 -0
packages.txt DELETED
@@ -1 +0,0 @@
1
- python-lmdb
 
 
requirements.txt CHANGED
@@ -2,6 +2,7 @@
2
  pandas
3
  numpy
4
  # lmdb
 
5
  git+https://github.com/microsoft/protein-sequence-models.git
6
  mlflow
7
  scikit-learn
 
2
  pandas
3
  numpy
4
  # lmdb
5
+ python-lmdb
6
  git+https://github.com/microsoft/protein-sequence-models.git
7
  mlflow
8
  scikit-learn