From 461a1b9987802d66b9a7ab3ce76f297271f28531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:32:05 +0000 Subject: [PATCH] build(deps): update torchvision requirement in /requirements 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.15.1...v0.22.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/detection.txt | 2 +- requirements/image.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/detection.txt b/requirements/detection.txt index be80c93d514..d1909d16074 100644 --- a/requirements/detection.txt +++ b/requirements/detection.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -torchvision >=0.15.1, <0.22.0 +torchvision >=0.15.1, <0.23.0 pycocotools >2.0.0, <2.1.0 diff --git a/requirements/image.txt b/requirements/image.txt index adbdfad90ad..5baf71ac5b1 100644 --- a/requirements/image.txt +++ b/requirements/image.txt @@ -2,5 +2,5 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment scipy >1.0.0, <1.16.0 -torchvision >=0.15.1, <0.22.0 +torchvision >=0.15.1, <0.23.0 torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing