From e7b94f7a133b8989a1e6d9d8b75f50a74aad46c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 07:39:18 +0000 Subject: [PATCH] Update torchvision requirement from <0.19,>=0.16.2 to >=0.16.2,<0.20 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...0.19.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 a0bf50b..1bdd1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ notebooks = [ "scikit-learn>=1.3.2,<1.6", "torch>=2.1.2,<2.5", - "torchvision>=0.16.2,<0.19", + "torchvision>=0.16.2,<0.20", "ipywidgets>=8.1.1,<8.2", ]