# YouTube 转播 + Demucs 人声分离（防版权）所需依赖
# 在 requirements.txt 基础上额外安装：
# pip install -r requirements.txt -r requirements-youtube.txt

# CPU 版本
demucs>=4.0.0
torch>=2.0.0
torchaudio>=2.0.0

# 若使用 NVIDIA GPU，请安装 CUDA 版 PyTorch 后覆盖：
# pip uninstall torch torchaudio
# pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu118
