Skip to content
Merged
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
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ dependencies = [
"fastapi>=0.115,!=0.136.3",
"uvicorn[standard]>=0.30",
"yt-dlp>=2024.12.0",
"demucs>=4.0.1",
# Pin below 4.1: demucs 4.1.0 (2026-07-11) added a dependency on `sphn`, a
# Rust/CMake native package with no Intel-macOS wheel, so the x64 macOS
# build compiles it from source and fails (CMake dropped <3.5 support).
# 4.0.1 is what every prior release shipped and what the torch/torchaudio
# pins below were written for.
"demucs>=4.0.1,<4.1",
# Pin torch/torchaudio to 2.6.x where available — torchaudio 2.7+ removed its built-in
# audio writer and now requires the separate `torchcodec` package, which
# has ABI issues with torch 2.11. Demucs 4.0.1 calls torchaudio.save() to
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.