Skip to content

Commit 8f7d36a

Browse files
authored
Use the fixed version of usearch lib (#510)
Signed-off-by: SimFG <bang.fu@zilliz.com>
1 parent fdf1630 commit 8f7d36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptcache/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def import_uform():
9393

9494

9595
def import_usearch():
96-
_check_library("usearch")
96+
_check_library("usearch", package="usearch==0.22.3")
9797

9898

9999
def import_torch():

0 commit comments

Comments
 (0)