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