-r requirements.txt

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

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.4.0

# Development tools
ipython>=8.14.0
jupyter>=1.0.0
notebook>=7.0.0
ipywidgets>=8.0.0
