From 359943499dcdf334f2a502e7477fd9949629db26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 07:40:55 +0000 Subject: [PATCH] Update torchvision requirement from <0.22,>=0.16.2 to >=0.16.2,<0.23 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.16.2...v0.22.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 381b876..e97989c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ notebooks = [ "scikit-learn>=1.5.1,<1.6", "torch>=2.1.2,<2.6", - "torchvision>=0.16.2,<0.22", + "torchvision>=0.16.2,<0.23", "ipywidgets>=8.1.1,<8.2", ] dev-tests = [