# Development dependencies for smallaxe
# Install with: pip install -r requirements-dev.txt

# Core dependencies
pyspark>=3.3,<4.0
hyperopt>=0.2.7
plotly>=5.0.0

# Testing
pytest>=7.0.0
pytest-spark>=0.6.0

# Code quality
black>=23.0.0
ruff>=0.1.0
mypy>=1.0.0

# Optional: algorithm dependencies (uncomment as needed)
# xgboost>=1.7.0
# lightgbm>=3.3.0
# catboost>=1.1.0
