From 1097db0a04f3416fd04332926c66803c1e84a403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:58:49 +0000 Subject: [PATCH] Bump torch from 2.8 to 2.13.0 in /.build Bumps [torch](https://github.com/pytorch/pytorch) from 2.8 to 2.13.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.8.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .build/requirements-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/requirements-minimal.txt b/.build/requirements-minimal.txt index e8c41a839..0aa9686b8 100644 --- a/.build/requirements-minimal.txt +++ b/.build/requirements-minimal.txt @@ -4,7 +4,7 @@ # use `make html-noplot` for htmls only (without evaluating sphinx-gallery) # PyTorch -torch==2.8 +torch==2.13.0 torchvision torchdata