From 6e43454e267cdc363358d9c8a03139fb8426903b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:40:36 +0000 Subject: [PATCH] chore(deps): bump torch from 2.4.1 to 2.8.0 in /app Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.8.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.4.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 index a6991ba..85c858a --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ # Pin torch to base image versions - DO NOT let pyannote upgrade -torch==2.4.1 +torch==2.8.0 torchaudio==2.4.1 torchvision==0.19.1 # pyannote 3.1.1 works with torch 2.4.x (no torch>=2.8 requirement) @@ -21,7 +21,7 @@ sqlite-vec>=0.1.0 # whisperx: forced word-level alignment via wav2vec2. # 3.1.x series (3.1.1-3.1.6) requires torch>=2 and pyannote.audio==3.1.1 — # exactly matching our pins above. These releases are marked "yanked" on PyPI -# as unofficial but are the only versions compatible with torch==2.4.1 and +# as unofficial but are the only versions compatible with torch==2.8.0 and # pyannote==3.1.1. pip installs yanked packages when the version is specified # explicitly. 3.2.0+ requires pyannote==3.3.2 or torch>=2.5; 3.3.0+ adds # torch>=2.8 — both incompatible with our stack.