From 9966d7184afb4c8e8c6a974f2be4a88b1e7f1ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:38:51 +0000 Subject: [PATCH] Bump torch Bumps the pip group with 1 update in the /distributed/rpc/pipeline directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 1.9.0 to 2.8.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/v1.9.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... 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