From 5e5839876c422589a266993a397efb41dab238f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:16:40 +0000 Subject: [PATCH] build(deps): update torchvision requirement from <=0.15.2,>=0.8 to >=0.8,<0.17 in /requirements (#2157) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- 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 76783eae854..31dc01ae037 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.8, <=0.15.2 +torchvision >=0.8, <0.17.0 pycocotools >2.0.0, <=2.0.7 diff --git a/requirements/image.txt b/requirements/image.txt index c12e2836794..aeee18c0131 100644 --- a/requirements/image.txt +++ b/requirements/image.txt @@ -2,6 +2,6 @@ # 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.11.0 -torchvision >=0.8, <=0.15.2 +torchvision >=0.8, <0.17.0 torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing lpips <=0.1.4