diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index 0d0356b706d08..ab6ffb8b137df 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.23.0 +torchvision >=0.16.0, <0.24.0 torchmetrics >=0.10.0, <1.9.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index cc40e86e3abfa..84ea80df6ff0c 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.23.0 +torchvision >=0.16.0, <0.24.0 ipython[all] <8.19.0 torchmetrics >=0.10.0, <1.9.0