From 389849fd4fc65801576cd6bccea3ed188327e921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:01:11 +0000 Subject: [PATCH] Update faiss-cpu requirement from ~=1.8 to ~=1.9 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](https://github.com/kyamagu/faiss-wheels/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: faiss-cpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab46ff4..fd49593 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ black~=24.10 -faiss-cpu~=1.8 +faiss-cpu~=1.9 numpy~=2.1 pandas~=2.2 poetry~=1.8