# ============================================================
# Requirements — Multilingual Deepfake Speech Detection
# Chakir, Gahi & El-Khatib — EURASIP JASP 2025
#
# Install:
#   pip install -r requirements.txt
# ============================================================

# Audio processing
librosa>=0.10.0
soundfile>=0.12.0

# Scientific computing
numpy>=1.24.0
scipy>=1.11.0

# Data handling
pandas>=2.0.0

# Machine learning
scikit-learn>=1.3.0

# Statistical tests + multiple comparisons correction
statsmodels>=0.14.0

# Progress bars
tqdm>=4.65.0

# Explainability — SQ4 SHAP attribution (optional)
# If not installed, SQ4 is automatically skipped with a warning.
shap>=0.44.0
