From 0c2fa230a34dd1ca569f5b99113831f35e41c881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:16:53 +0000 Subject: [PATCH] Bump torch from 2.9.1 to 2.13.0 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 2.9.1 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.9.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/pyproject.toml diff --git a/python/pyproject.toml b/python/pyproject.toml old mode 100755 new mode 100644 index d388d275de02..b4fb7b86559f --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "tiktoken", "timm==1.0.16", "torch_memory_saver==0.0.9", - "torch==2.9.1", + "torch==2.13.0", "torchao==0.9.0", "torchaudio==2.9.1", "torchcodec==0.9.1 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')", # torchcodec 0.9.1 for torch 2.9.x. Not available on Linux ARM.