Skip to content

Commit

Permalink
Make: Bump SimSIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Oct 29, 2024
1 parent 64142ee commit 295b3d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires = [
"cmake>=3.22",
"pybind11",
"numpy",
"simsimd>=5.6.4",
"simsimd>=5.9.3,<6.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
]
if use_simsimd:
include_dirs.append("simsimd/include")
install_requires.append("simsimd>=5.6.4")
install_requires.append("simsimd>=5.9.3,<6.0.0")
if use_fp16lib:
include_dirs.append("fp16/include")

Expand Down
2 changes: 1 addition & 1 deletion simsimd

0 comments on commit 295b3d6

Please sign in to comment.