Skip to content

Commit

Permalink
Update faiss-cpu version range (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored Nov 11, 2024
1 parent 39decdd commit d5d604d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ dependencies = [
"importlib_metadata>=5.2.0",
"jupyter_ai_magics>=2.13.0",
"dask[distributed]",
"faiss-cpu<=1.8.0", # Not distributed by official repo
# faiss-cpu is not distributed by the official repo.
# v1.8.0.post0 should be excluded as it lacks macOS x86 wheels.
"faiss-cpu>=1.8.0,<2.0.0,!=1.8.0.post0",
"typing_extensions>=4.5.0",
"traitlets>=5.0",
"deepmerge>=2.0,<3",
Expand Down

0 comments on commit d5d604d

Please sign in to comment.