From 00236c81f7f0627d1fe6ccfd848221b5a38274bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:53:30 +0000 Subject: [PATCH] chore(deps): bump torch in /packages/ai/src/ai/common/torch Bumps [torch](https://github.com/pytorch/pytorch) from 2.10.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.10.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/ai/src/ai/common/torch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ai/src/ai/common/torch/requirements.txt b/packages/ai/src/ai/common/torch/requirements.txt index 5ab090016..d459acbf7 100644 --- a/packages/ai/src/ai/common/torch/requirements.txt +++ b/packages/ai/src/ai/common/torch/requirements.txt @@ -3,7 +3,7 @@ # work on the cpu if cuda or gpu is not available # --extra-index-url https://download.pytorch.org/whl/cu128 -torch==2.10.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' +torch==2.13.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' torch==2.10.0+cu128; platform_system != 'Darwin' torchvision==0.25.0 ; platform_system == 'Darwin' and platform_machine == 'arm64' torchvision==0.25.0+cu128 ; platform_system != 'Darwin'