From 21ce55dacd045decd64dac22064a39ce21ef3047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:08:23 +0000 Subject: [PATCH] Update torchvision requirement in /tests Updates the requirements on torchvision to permit the latest version. --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.0+e437e35 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 5f1d59bc901552..820aaa6468b36d 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,4 +24,4 @@ kornia==0.8.1 --extra-index-url https://download.pytorch.org/whl/cpu torch~=2.8.0 -torchvision~=0.23.0 +torchvision~=0.24.0+e437e35