From f85374f63b1c690b889780fa40d77c3c169d354b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:34:40 +0000 Subject: [PATCH] chore(deps): Update torch requirement from <2.8,>=2.2.0 to >=2.2.0,<2.9 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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.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 abd8fd1..5cf09cb 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.10", "transformers>=4.45,<4.56", -"torch>=2.2.0,<2.8", +"torch>=2.2.0,<2.9", "tqdm>=4.66.2,<5.0", "datasets>=3.0.0,<5.0", "pandas",