Skip to content

Commit

Permalink
Backport PR jupyterlab#1097: Update faiss-cpu version range (jupyte…
Browse files Browse the repository at this point in the history
…rlab#1101)

Co-authored-by: david qiu <[email protected]>
  • Loading branch information
meeseeksmachine and dlqqq authored Nov 11, 2024
1 parent 11425e1 commit 94ee002
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 94ee002

Please sign in to comment.