Skip to content

Commit d5d604d

Browse files
authored
Update faiss-cpu version range (#1097)
1 parent 39decdd commit d5d604d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/jupyter-ai/pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ dependencies = [
2929
"importlib_metadata>=5.2.0",
3030
"jupyter_ai_magics>=2.13.0",
3131
"dask[distributed]",
32-
"faiss-cpu<=1.8.0", # Not distributed by official repo
32+
# faiss-cpu is not distributed by the official repo.
33+
# v1.8.0.post0 should be excluded as it lacks macOS x86 wheels.
34+
"faiss-cpu>=1.8.0,<2.0.0,!=1.8.0.post0",
3335
"typing_extensions>=4.5.0",
3436
"traitlets>=5.0",
3537
"deepmerge>=2.0,<3",

0 commit comments

Comments
 (0)