Skip to content

Commit

Permalink
Merge pull request #445 from NatLibFi/upgrade-lmdb-1.0.0
Browse files Browse the repository at this point in the history
upgrade LMDB dependency from 0.98 to 1.0.0
  • Loading branch information
osma authored Oct 28, 2020
2 parents 94eef32 + 48d5821 commit 3f2c8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update \
&& pip install --no-cache-dir \
vowpalwabbit==8.7.* \
## LMDB
&& pip install --no-cache-dir lmdb==0.98
&& pip install --no-cache-dir lmdb==1.0.0



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(fname):
'fasttext': ['fasttext==0.9.2'],
'voikko': ['voikko'],
'vw': ['vowpalwabbit==8.7.*'],
'nn': ['tensorflow-cpu==2.3.0', 'lmdb==0.98'],
'nn': ['tensorflow-cpu==2.3.0', 'lmdb==1.0.0'],
'omikuji': ['omikuji==0.3.*'],
'dev': [
'codecov',
Expand Down

0 comments on commit 3f2c8f6

Please sign in to comment.