From e07306ae3bd7b645030536a94d72658135f4f1d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:54:26 +0000 Subject: [PATCH] Bump torch from 2.11.0+cu130 to 2.13.0 in /apps/agent Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0+cu130 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/commits/v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/agent/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/constraints.txt b/apps/agent/constraints.txt index 9e31729..d01e7fa 100644 --- a/apps/agent/constraints.txt +++ b/apps/agent/constraints.txt @@ -1,5 +1,5 @@ # Keep the CUDA torch stack that ships with the agent base image. # These pins stop pip from replacing Blackwell-ready wheels during # voice-dependency installation. -torch==2.11.0+cu130 +torch==2.13.0 torchaudio==2.11.0+cu130