# Development dependencies for FerroLearn

# Build tools
maturin[patchelf]>=1.0.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0

# Code quality
black>=22.0.0
isort>=5.10.0
flake8>=5.0.0
mypy>=1.0.0

# Scientific computing (for tests and benchmarks)
numpy>=1.19.0
scikit-learn>=1.0.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0

# Memory profiling
memory-profiler>=0.60.0
psutil>=5.8.0

# Documentation (future)
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0

# Development utilities
ipython>=8.0.0
jupyter>=1.0.0