From 0616d7ed68f54f694f02cb1d9d5b4bc3f0e482b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:55:49 +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 10dceb772d..fd82712209 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -23,7 +23,7 @@ tqdm==4.66.1 numpy==1.24.4 matplotlib librosa -torch==2.7 +torch==2.7.1 torchvision torchdata networkx