# Core dependencies
numpy>=1.20.0
pandas>=1.3.0
scikit-learn>=1.0.0
scipy>=1.7.0

# Visualization
matplotlib>=3.4.0
seaborn>=0.11.0

# SHAP (optional, for feature importance)
shap>=0.40.0

# Cython (required for building)
Cython>=0.29.0

# Build tools
setuptools>=60.0.0
wheel

