diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 6b55dc93bb089..21a08a2a2c21f 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.8.0 +torch >=2.1.0, <2.9.0 fsspec[http] >=2022.5.0, <2025.8.0 packaging >=20.0, <=25.0 typing-extensions >=4.5.0, <4.15.0 diff --git a/requirements/typing.txt b/requirements/typing.txt index add0d7dacfc65..7e0c34e2ac3fa 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.17.1 -torch==2.7.1 +torch==2.7.1 # todo: update typing in separate PR types-Markdown types-PyYAML