# Development dependencies for Radiate Python package

# Core testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0
pytest-timeout>=2.0.0
pytest-xdist>=3.0.0

# Code quality and linting
flake8>=6.0.0
mypy>=1.0.0
bandit>=1.7.0

# Performance monitoring
psutil>=5.9.0

# Scientific computing (optional but recommended)
numpy>=1.20.0
