# Development dependencies
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0

# Code formatting and linting
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0
mypy>=1.5.0

# Pre-commit hooks
pre-commit>=3.0.0

# Documentation
mkdocs>=1.6.0
mkdocs-material>=9.5.0
mkdocstrings>=0.24.0
mkdocstrings-python>=1.10.0
mkdocs-autorefs>=1.0.0
pymdown-extensions>=10.0

# Jupyter
jupyter>=1.0.0
ipykernel>=6.25.0
notebook>=7.0.0

# Development tools
ipython>=8.0.0
jupyterlab>=4.0.0
