From d28afb9a4d4209ba3b9136e1220dc8e3ce7d6780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:07:09 +0000 Subject: [PATCH] Update torch requirement from <2.7,>=2.6 to >=2.6,<2.11 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.6.0...v2.10.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4e3bb1..e84e265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ # dependency group for local virtual environment development work local = [ - "torch>=2.6,<2.7", + "torch>=2.6,<2.11", ] # dependency group for arm64 / CPU AWS Deep Learning Container (DLC) base image