From 5e207005fe01d87e1486ba42dc402bf2245a6d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:14:49 +0000 Subject: [PATCH] Update torch requirement from ~=2.8.0 to ~=2.11.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/compare/v2.8.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 970278c40e2..64436d8a922 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -23,5 +23,5 @@ pytest-timeout==2.4.0 kornia==0.8.2 --extra-index-url https://download.pytorch.org/whl/cpu -torch~=2.8.0 +torch~=2.11.0 torchvision~=0.23.0