diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index ab6ffb8b137df..72f13a4128e56 100644 --- a/requirements/fabric/examples.txt +++ b/requirements/fabric/examples.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.16.0, <0.24.0 +torchvision >=0.16.0, <0.25.0 torchmetrics >=0.10.0, <1.9.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index b64ed5ee47c67..b17e755cd18e2 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.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 requests <2.33.0 -torchvision >=0.16.0, <0.24.0 +torchvision >=0.16.0, <0.25.0 ipython[all] >=8.0.0, <10.0.0 torchmetrics >=0.10.0, <1.9.0