From 39455531026d52df44a5dba2d30b3033fb1709a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:04:43 +0000 Subject: [PATCH] Bump torch from 2.8.0 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 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:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index e75e601..b216aaf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ -f https://download.pytorch.org/whl/torch -torch==2.8.0 ; sys_platform == 'darwin' # macOS +torch==2.13.0 ; sys_platform == 'darwin' # macOS torch==2.8.0+cpu; sys_platform != 'darwin' # Non-macOS (CPU-only), like on TPU yapf==0.40.2 # N.B.: keep in sync with `infra/ansible/config/pip.yaml`, `.github/workflows/lintercheck.yml` ruff>=0.9.0 # Linter and formatter