From 81a646c7fc7b53e6a2c55704b13606ffed5f1a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:15:20 +0000 Subject: [PATCH] Bump torch from 2.0.0 to 2.6.0 in /requirements Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.0 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... 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..7fff7b619ca14 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.6.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..5dba8ac9b95d8 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.6.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..339f06e601aff 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,5 +1,5 @@ mypy==1.2.0 -torch==2.0.0 +torch==2.6.0 types-Markdown types-PyYAML