From c86cc6806ad296e2972c867cefa812f5c4d6778d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:33:54 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.2.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.0.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/data/data.txt | 2 +- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- requirements/typing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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