From 5ff99760750937fc7f9c5373ac4a3c8b0a228a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:30:47 +0000 Subject: [PATCH] deps(dev): update torchvision requirement 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/v0.20.0...v0.24.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3f5e094..e2e8bf71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,8 +83,8 @@ Source = "https://github.com/CAIIVS/raitap/" [project.optional-dependencies] # Backend module -torch-cpu = ["torch>=2.8.0,<2.9.0", "torchvision>=0.20.0,<0.24.0"] -torch-cuda = ["torch>=2.8.0,<2.9.0", "torchvision>=0.20.0,<0.24.0"] +torch-cpu = ["torch>=2.8.0,<2.9.0", "torchvision>=0.20.0,<0.25.0"] +torch-cuda = ["torch>=2.8.0,<2.9.0", "torchvision>=0.20.0,<0.25.0"] torch-intel = [ # Intel XPU stays on torch>=2.10.0 (unchanged from main): the only torch in the # 2.8 window on the xpu index is 2.8.0+xpu, whose pinned pytorch-triton-xpu==3.4.0 @@ -103,13 +103,13 @@ onnx-cpu = [ "onnx>=1.21.0", "onnxruntime>=1.24.4", "torch>=2.8.0,<2.9.0", - "torchvision>=0.20.0,<0.24.0", + "torchvision>=0.20.0,<0.25.0", ] onnx-cuda = [ "onnx>=1.21.0", "onnxruntime-gpu>=1.24.4", "torch>=2.8.0,<2.9.0", - "torchvision>=0.20.0,<0.24.0", + "torchvision>=0.20.0,<0.25.0", ] onnx-intel = [ "onnx>=1.21.0; sys_platform != 'darwin'",