| name: music3lab | |
| channels: | |
| - conda-forge | |
| dependencies: | |
| - python=3.10.12 | |
| - pip | |
| # FFmpeg is invoked as an external binary (decode/resample). Provided via conda | |
| # here for convenience; system ffmpeg works too. See THIRD_PARTY.md for license. | |
| - ffmpeg | |
| - pip: | |
| # Byte-exact environment used for the published results: | |
| - -r requirements.lock | |
| # ...or, for a looser install, replace the line above with: | |
| # - -e . # core (CPU inspection + eval) | |
| # - -e .[capture] # + diffusers/transformers for generation (GPU) | |