# Add project dependencies here
# Core data science and machine learning
pandas>=1.3.0
numpy>=1.20.0
scikit-learn>=1.0.0
scipy>=1.7.0

# Machine learning models
xgboost>=1.5.0
lightgbm>=3.2.0
imbalanced-learn>=0.8.0

# Model interpretability
shap>=0.40.0

# API and web framework
fastapi>=0.70.0
uvicorn>=0.15.0
pydantic>=1.8.0

# Configuration and serialization
pyyaml>=5.4.0
joblib>=1.1.0

# Visualization
matplotlib>=3.5.0
seaborn>=0.11.0

# Development and testing dependencies
pytest>=6.0.0
pytest-cov>=2.12.0
black>=21.0.0
flake8>=3.9.0
mypy>=0.910

# Optional deployment dependencies
redis>=3.5.0
celery>=5.2.0

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=0.5.0

# Build tools
build>=0.7.0
twine>=3.4.0
wheel>=0.37.0
setuptools>=61.0.0
