发布

  • fix(deps): pin demucs<4.1 to keep the tested 4.0.1 (#257)

    frostbyte_neo 发布于 2026-07-12 21:19:38 +00:00

    demucs 4.1.0 (published 2026-07-11) added a dependency on sphn, a Rust/CMake
    native package with no Intel-macOS wheel. The macOS x64 release build resolves
    deps fresh (not from uv.lock) and picked up 4.1.0, then failed compiling sphn
    from source (CMake dropped <3.5 compatibility). Linux/Windows only survived
    because sphn ships wheels there, silently shipping the untested 4.1.0.

    Pin >=4.0.1,<4.1 so every build path uses the 4.0.1 that the lockfile and the
    torch/torchaudio pins were written for.

    下载附件