diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 7740c623a46e3..3fe9168c48e11 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -1,7 +1,7 @@ # 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 -torch >=2.1.0, <2.7.0 +torch >=2.1.0, <2.8.0 fsspec[http] >=2022.5.0, <2025.4.0 packaging >=20.0, <=25.0 typing-extensions >=4.4.0, <4.11.0 diff --git a/requirements/fabric/examples.txt b/requirements/fabric/examples.txt index ac3d16354f17e..72eabb238f3bb 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.22.0 +torchvision >=0.16.0, <0.23.0 torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.15.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 25dbb518f4d54..7bc20cec191d7 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -1,7 +1,7 @@ # 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 -torch >=2.1.0, <2.7.0 +torch >=2.1.0, <2.8.0 tqdm >=4.57.0, <4.67.0 PyYAML >=5.4, <6.1.0 fsspec[http] >=2022.5.0, <2025.4.0 diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 307d4cdb179b6..d9ad8150693b9 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.33.0 -torchvision >=0.16.0, <0.22.0 +torchvision >=0.16.0, <0.23.0 ipython[all] <8.19.0 torchmetrics >=0.10.0, <1.8.0 lightning-utilities >=0.8.0, <0.15.0 diff --git a/requirements/typing.txt b/requirements/typing.txt index 52f4df899e9d8..dfdb747eb8a66 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.11.0 -torch==2.6.0 +torch==2.7.0 types-Markdown types-PyYAML