Skip to content

Commit 295b3d6

Browse files
committed
Make: Bump SimSIMD
1 parent 64142ee commit 295b3d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires = [
1313
"cmake>=3.22",
1414
"pybind11",
1515
"numpy",
16-
"simsimd>=5.6.4",
16+
"simsimd>=5.9.3,<6.0.0",
1717
]
1818
build-backend = "setuptools.build_meta"
1919

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
162162
]
163163
if use_simsimd:
164164
include_dirs.append("simsimd/include")
165-
install_requires.append("simsimd>=5.6.4")
165+
install_requires.append("simsimd>=5.9.3,<6.0.0")
166166
if use_fp16lib:
167167
include_dirs.append("fp16/include")
168168

0 commit comments

Comments
 (0)