diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 469ef15c63cd9..5657e2955b14a 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.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 numpy >=1.17.2, <1.24.4 -torch >=1.11.0, <=2.0.0 +torch >=1.11.0, <=2.4.0 fsspec[http]>2021.06.0, <2023.5.0 packaging >=17.1, <=23.0 typing-extensions >=4.0.0, <=4.4.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index a7577aba72753..85e19ffc6efcc 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.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 numpy >=1.17.2, <1.24.4 -torch >=1.11.0, <=2.0.0 +torch >=1.11.0, <=2.4.0 tqdm >=4.57.0, <4.66.0 PyYAML >=5.4, <=6.0 fsspec[http] >2021.06.0, <2023.5.0 diff --git a/requirements/typing.txt b/requirements/typing.txt index 4eba95bf17a5d..efc9411791164 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.2.0 -torch==2.0.0 +torch==2.4.0 types-Markdown types-PyYAML