From b9d58386ed3ae2eb144eaa9a7be31d7bf26134e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:14:55 +0000 Subject: [PATCH] Update torchvision requirement from ~=0.23.0 to ~=0.26.0+cpu in /tests Updates the requirements on torchvision to permit the latest version. --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.26.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..86beef41dff 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,4 +24,4 @@ kornia==0.8.2 --extra-index-url https://download.pytorch.org/whl/cpu torch~=2.8.0 -torchvision~=0.23.0 +torchvision~=0.26.0+cpu