Skip to content

Commit f2ce3a9

Browse files
authored
fix: bump rocksdict (#206)
1 parent c84635c commit f2ce3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

annlite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.5.3'
1+
__version__ = '0.5.4'
22

33
from .index import AnnLite

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ docarray[common]>=0.13.16
55
filesplit
66
loguru
77
numpy
8-
rocksdict>=0.2.16
8+
rocksdict<=0.2.16
99
scikit-learn

0 commit comments

Comments
 (0)