# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0
scikit-learn>=1.0.0
antropy>=0.1.4
neurokit2>=0.2.0
joblib>=1.0.0
tqdm>=4.62.0

# Optional dependencies for visualization
# Install with: pip install chronoeeg[viz]
# matplotlib>=3.5.0
# seaborn>=0.11.0
# plotly>=5.0.0

# Optional dependencies for configuration
# pyyaml>=6.0

# Development dependencies
# Install with: pip install chronoeeg[dev]
# pytest>=7.0.0
# pytest-cov>=3.0.0
# black>=22.0.0
# flake8>=4.0.0
# mypy>=0.950
# isort>=5.10.0
# pre-commit>=2.17.0
