From 63525625684e806bd3480c12a448db1a64d234d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:26:49 +0000 Subject: [PATCH] Bump torch from 2.0.0 to 2.4.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 to 2.4.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.0...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- requirements/typing.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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