From 37d64b1d1d2840d48cd2feef649217e67fe14614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:45:27 +0000 Subject: [PATCH] fix: update torch requirement from <2.5,>=2.2.0 to >=2.12.1,<2.13 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.2.0...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 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 209749c..b98786b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -111,7 +111,7 @@ Unidecode==1.3.8 # ========================================================== sentence-transformers==3.0.1 transformers>=4.34.0,<5.0.0 -torch>=2.2.0,<2.5 +torch>=2.12.1,<2.13 faiss-cpu>=1.8.0 # ==========================================================