diff --git a/requirements/data/data.txt b/requirements/data/data.txt index 4fa81bd..a1492db 100644 --- a/requirements/data/data.txt +++ b/requirements/data/data.txt @@ -5,4 +5,4 @@ lightning-utilities >=0.8.0, <0.10.0 # to be able to include also 0.6 and preserve `>` needed for CI min version bypass torchdata >0.5.9, <0.7.0 # to be able to include also PL 2.0 and preserve `>` needed for CI min version bypass -torch >0.14.0, <2.1.0 +torch >0.14.0, <2.3.0 diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 6f479b8..71872ae 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.25.1 -torch >=1.11.0, <2.1.0 +torch >=1.11.0, <2.3.0 fsspec[http]>2021.06.0, <2023.5.0 packaging >=20.0, <=23.0 typing-extensions >=4.0.0, <=4.7.1 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 6f685aa..83dbfad 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.25.1 -torch >=1.11.0, <2.1.0 +torch >=1.11.0, <2.3.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 ba7adf0..c421974 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.4.1 -torch==2.0.1 +torch==2.2.0 types-Markdown types-PyYAML