Skip to content

Commit c684621

Browse files
dependabot[bot]mandel
authored andcommitted
chore(deps): Update faiss-cpu requirement from ~=1.10.0 to >=1.10,<1.12 (#940)
Updates the requirements on [faiss-cpu](https://github.com/kyamagu/faiss-wheels) to permit the latest version. - [Release notes](https://github.com/kyamagu/faiss-wheels/releases) - [Commits](faiss-wheels/faiss-wheels@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: faiss-cpu dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e49cb83 commit c684621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ examples = [
5050
"datasets>2,<4",
5151
"sympy~=1.0",
5252
"scikit-learn~=1.6.1",
53-
"faiss-cpu~=1.10.0"
53+
"faiss-cpu>=1.10,<1.12"
5454
]
5555
docs = [
5656
"mkdocs~=1.0",

0 commit comments

Comments
 (0)