From 4e87b7b396732b4a3a67762ba739d0d3f1b86945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:22:05 +0000 Subject: [PATCH] chore(deps): bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../substrafl/go_further/torch_cyclic_assets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/substrafl/go_further/torch_cyclic_assets/requirements.txt b/docs/source/examples/substrafl/go_further/torch_cyclic_assets/requirements.txt index 97a4c747..097aba57 100644 --- a/docs/source/examples/substrafl/go_further/torch_cyclic_assets/requirements.txt +++ b/docs/source/examples/substrafl/go_further/torch_cyclic_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.7.0 torchvision==0.19.1