From ac2f14eec5128ab720ddb2b434f893eec2b82d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:14:15 +0000 Subject: [PATCH] Update torch requirement from ~=2.8.0 to ~=2.11.0+cpu in /tests Updates the requirements on torch to permit the latest version. --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0+cpu 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..c5619898cef 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+cpu torchvision~=0.23.0