From ace5477e0b4a45c327cfb93a1c7e42a73410b0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:59:58 +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/v1.11.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52f8ae8..0300e13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ numpy>=1.21.6, <1.26.4 pysrt==1.1.2 six==1.16.0 tiktoken==0.4.0 -torch>=1.11.0, <2.3.0 +torch>=1.11.0, <2.8.0 triton==3.1.0 zhconv==1.4.3 Pillow>=5.2.0