From 044fb1fe60afea6671f45a2fe2d74234c91f9f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 21:58:58 +0000 Subject: [PATCH] Update torch requirement from <2.6,>=2.2.0 to >=2.2.0,<2.8 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.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00e88a17..3537c0d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "numpy>=1.26.4,<2.3.0", "accelerate>=0.20.3,!=0.34,<1.7", "transformers>=4.45,<4.52", -"torch>=2.2.0,<2.6", +"torch>=2.2.0,<2.8", "triton>=3.0,<3.4", "tqdm>=4.66.2,<5.0", "datasets>=3.0.0,<4.0",