From 690519a08a23b0ec191d70cc2683a19a50ff2bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 07:28:21 +0000 Subject: [PATCH] Update torchvision requirement from <0.21,>=0.16.2 to >=0.16.2,<0.22 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.21.0) --- updated-dependencies: - dependency-name: torchvision 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 a5638d3..bac1167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ notebooks = [ "scikit-learn>=1.3.2,<1.6", "torch>=2.1.2,<2.6", - "torchvision>=0.16.2,<0.21", + "torchvision>=0.16.2,<0.22", "ipywidgets>=8.1.1,<8.2", ]