From 55fdf1a0390ec0eeaa5b7a3bf26e05cb8761237e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:48:11 +0000 Subject: [PATCH] build(deps): update torch requirement Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. Updates `torch` to 2.7.0 - [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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea87b807d8a..e2f944f79fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ jieba = "0.42.1" diskcache = "5.6.3" pillow = "10.4.0" filetype = "1.2.0" -torch = "2.6.0" +torch = "2.7.0" sentence-transformers = "4.0.2" openai = "1.72.0" tiktoken = "0.7.0"