From 7cbd40d5ed41181962431ec16344102e3f401c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:02:26 +0000 Subject: [PATCH] Bump torch from 2.7 to 2.7.1 in /.ci/docker Bumps [torch](https://github.com/pytorch/pytorch) from 2.7 to 2.7.1. - [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.7.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .ci/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 0e94600249..c7ed9b4557 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -25,7 +25,7 @@ tqdm==4.66.1 numpy==1.24.4 matplotlib librosa -torch==2.7 +torch==2.7.1 torchvision torchdata networkx