From b05dfc671379adb559aa5ffafb1f1d80f7238891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:37:10 +0000 Subject: [PATCH] build: update torch requirement from <2.9.0,>=2.7.0 to >=2.7.0,<2.12.0 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/commits/v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.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 dc42053e..2be257c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -246,7 +246,7 @@ evaluation = [ # Intel extension is tightly coupled with the torch version intel = [ "intel-extension-for-pytorch>=2.7.0", - "torch>=2.7.0,<2.9.0", + "torch>=2.7.0,<2.12.0", "torchvision>=0.22.0,<0.24.0", ] kvpress = [