demucs_playground / environment-cpu.yml
nakas's picture
forked from huggingface demucs
fe84f3e
raw
history blame
311 Bytes
name: demucs
channels:
- pytorch
- conda-forge
dependencies:
- python>=3.7,<3.9
- ffmpeg>=4.2
- pytorch>=1.8.1
- torchaudio>=0.8
- tqdm>=4.36
- pip
- pip:
- diffq>=0.1
- julius>=0.2.3
- lameenc>=1.2
- musdb>=0.4.0
- museval>=0.4.0
- soundfile
- treetable>=0.2.3