diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index 3352db77d8bd9..6be089ebb9767 100644 --- a/requirements/fabric/examples.txt +++ b/requirements/fabric/examples.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 torchvision >=0.16.0, <0.21.0 -torchmetrics >=0.10.0, <1.5.0 +torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.12.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 7a87aa86278c4..4b32e44d2cacc 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -5,7 +5,7 @@ torch >=2.1.0, <2.6.0 tqdm >=4.57.0, <4.67.0 PyYAML >=5.4, <6.1.0 fsspec[http] >=2022.5.0, <2024.4.0 -torchmetrics >=0.7.0, <1.5.0 +torchmetrics >=0.7.0, <1.8.0 packaging >=20.0, <=23.1 typing-extensions >=4.4.0, <4.11.0 lightning-utilities >=0.10.0, <0.12.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index b19fa5b9b98ab..8a19179b813e0 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -4,5 +4,5 @@ requests <2.32.0 torchvision >=0.16.0, <0.21.0 ipython[all] <8.19.0 -torchmetrics >=0.10.0, <1.5.0 +torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.12.0