Skip to content

Commit

Permalink
Pin faiss-cpu as 1.7.3 seems to have problems (#3603)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Nov 18, 2022
1 parent ea75e2a commit c7e3483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sql = [
"psycopg2-binary; platform_system != 'Windows'",
]
only-faiss = [
"faiss-cpu>=1.6.3,<2",
"faiss-cpu>=1.6.3,<=1.7.2",
]
faiss = [
"farm-haystack[sql,only-faiss]",
Expand Down

0 comments on commit c7e3483

Please sign in to comment.