7834b1d05c
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
328 B
Plaintext
21 lines
328 B
Plaintext
# Core GUI
|
|
PyQt6>=6.4
|
|
python-mpv>=1.0
|
|
|
|
# Audio & ML
|
|
librosa>=0.10
|
|
numpy>=1.24
|
|
scikit-learn>=1.3
|
|
joblib>=1.3
|
|
soundfile>=0.12
|
|
|
|
# Deep learning (torch installed separately for CUDA support)
|
|
# torch and torchaudio are installed via --index-url in setup_env.sh
|
|
torchaudio>=2.0
|
|
|
|
# Object detection
|
|
ultralytics>=8.0
|
|
|
|
# Dev
|
|
pytest>=7.0
|