Skip to content

Commit

Permalink
fix: bump rocksdict (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
numb3r3 authored Nov 4, 2022
1 parent c84635c commit f2ce3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion annlite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.5.3'
__version__ = '0.5.4'

from .index import AnnLite
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ docarray[common]>=0.13.16
filesplit
loguru
numpy
rocksdict>=0.2.16
rocksdict<=0.2.16
scikit-learn

0 comments on commit f2ce3a9

Please sign in to comment.