From c5b5c68d1b892864b6b7a73a6139cffb49ead2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:02:17 +0000 Subject: [PATCH] chore(deps): bump torch from 2.8.0 to 2.11.0+cu128 in /backend Bumps torch from 2.8.0 to 2.11.0+cu128. --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0+cu128 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-lite.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-lite.txt b/backend/requirements-lite.txt index 91226c9..0eb429b 100644 --- a/backend/requirements-lite.txt +++ b/backend/requirements-lite.txt @@ -41,7 +41,7 @@ numpy>=1.25.2 # Use --extra-index-url so PyPI remains available for all other packages. # --index-url would replace PyPI entirely, breaking pyannote.audio and other deps. --extra-index-url https://download.pytorch.org/whl/cpu -torch==2.8.0+cpu +torch==2.11.0+cu128 # PyAnnote (CPU-only, for speaker embedding extraction and cross-file speaker matching) pyannote.audio>=3.3.2 diff --git a/backend/requirements.txt b/backend/requirements.txt index 475c0ca..0534490 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ numpy>=2.1.0 # PyTorch with CUDA 12.8 support (CVE-2025-32434 fixed in 2.6.0+) --extra-index-url https://download.pytorch.org/whl/cu128 -torch==2.8.0 +torch==2.11.0+cu128 torchaudio==2.8.0 # =============================================================================