diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index 1d72c99e2e..89115747f4 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.12.0, <=0.15.1 +torchvision >=0.12.0, <=0.15.2 torchmetrics >=0.10.0, <0.12.0 lightning-utilities >=0.8.0, <0.9.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index f4bf7feca9..d1dde43057 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/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.12.0, <=0.15.1 +torchvision >=0.12.0, <=0.15.2 gym[classic_control] >=0.17.0, <0.26.3 ipython[all] <8.7.1 torchmetrics >=0.10.0, <0.12.0