From c1c8be99ea8c04030bf234a872c9d3fac7660b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 08:14:30 +0000 Subject: [PATCH] Update torchvision requirement from ~=0.23.0 to ~=0.26.0 Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/0.23.0...v0.26.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.26.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..3046ff2dbd8 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