diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index 6be089ebb9767..ba68ae5fec613 100644 --- a/requirements/fabric/examples.txt +++ b/requirements/fabric/examples.txt @@ -1,6 +1,6 @@ # 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.21.0 +torchvision >=0.16.0, <0.22.0 torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.12.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 8a19179b813e0..f64eca95c0243 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment requests <2.32.0 -torchvision >=0.16.0, <0.21.0 +torchvision >=0.16.0, <0.22.0 ipython[all] <8.19.0 torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.12.0