From dad1acab380969c002d61baaf3ffd0bec2e85845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 06:12:58 +0000 Subject: [PATCH] Bump torch from 1.9.0 to 2.7.1 in /distributed/rpc/pipeline Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.0 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/v1.9.0...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- distributed/rpc/pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed/rpc/pipeline/requirements.txt b/distributed/rpc/pipeline/requirements.txt index 22bc42cb99..415899060c 100644 --- a/distributed/rpc/pipeline/requirements.txt +++ b/distributed/rpc/pipeline/requirements.txt @@ -1,2 +1,2 @@ -torch==1.9.0 +torch==2.8.0 torchvision==0.7.0 \ No newline at end of file