From 0c5286d4285dd1159e73f4ba9a07fb1e45775c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:30:01 +0000 Subject: [PATCH] Update torch requirement from <2.11,>=2.2 to >=2.2,<2.12 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.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 ab3ebb2..b468cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "power-spherical >=0.8", "scikit-image >=0.25", "scipy >=1.11", - "torch >=2.2, <2.11", + "torch >=2.2, <2.12", "torchvision >=0.20", "gaiaxpy >=2.1", "pyarrow >=19.0",