From 172397dbbb7f2a19a81f4e9e63216470a4acfbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:08:09 +0000 Subject: [PATCH] chore(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.12.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.4.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../substrafl/get_started/torch_fedavg_assets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/substrafl/get_started/torch_fedavg_assets/requirements.txt b/docs/source/examples/substrafl/get_started/torch_fedavg_assets/requirements.txt index 97a4c747..8616234a 100644 --- a/docs/source/examples/substrafl/get_started/torch_fedavg_assets/requirements.txt +++ b/docs/source/examples/substrafl/get_started/torch_fedavg_assets/requirements.txt @@ -3,5 +3,5 @@ numpy==2.1.1 pandas==2.2.2 scikit-learn==1.5.2 substrafl -torch==2.4.1 +torch==2.12.0 torchvision==0.19.1