From 34417e72de655895f9b230f16417528b03d890be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:12:38 +0000 Subject: [PATCH] chore(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.6.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.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.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..7d30008b 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.6.0 torchvision==0.19.1