From cd25db85682160c077e4cb96195b6bee6cdd2e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 17:37:43 +0000 Subject: [PATCH] Bump torch from 2.2.0 to 2.6.0 in /devtools Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.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.2.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devtools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/requirements.txt b/devtools/requirements.txt index fe26835a..02dca90f 100644 --- a/devtools/requirements.txt +++ b/devtools/requirements.txt @@ -165,7 +165,7 @@ testpath==0.6.0 texttable==1.6.4 threadpoolctl==3.1.0 toolz==0.11.2 -torch==2.2.0 +torch==2.6.0 torchmetrics==0.7.2 tornado==6.4.2 tqdm==4.66.3