Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/requirements-lite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

# =============================================================================
Expand Down