# pytem1d - Development Dependencies
# Install with: pip install -r requirements-dev.txt

# Include runtime dependencies
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=3.0.0

# Code formatting and linting
black>=22.0.0
ruff>=0.0.260

# Type checking
mypy>=0.990

# Optional: Performance monitoring
psutil>=5.8.0
