# Core dependencies for parameter optimizer
psutil>=5.8.0  # For memory monitoring and resource management

# Development dependencies (install with: pip install -e ".[dev]")
# pytest>=7.0.0
# hypothesis>=6.0.0
# black>=22.0.0
# flake8>=4.0.0
# mypy>=0.950

# Test dependencies (install with: pip install -e ".[test]")
# pytest>=7.0.0
# hypothesis>=6.0.0
# pytest-cov>=3.0.0