# 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 — install via setup_env.sh for correct CUDA version,
# or manually: pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu128
torch>=2.0
torchaudio>=2.0
transformers>=4.30,<5.0  # EAT remote model code incompatible with transformers 5.x
timm>=0.9

# Object detection
ultralytics>=8.0

# Dev
pytest>=7.0
