# Include core dependencies
-r requirements.txt

# Jupyter & notebooks
jupyter>=1.0.0
jupyterlab>=4.0.0
ipykernel>=6.25.0
ipywidgets>=8.1.0

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

# Code quality
black>=23.7.0
ruff>=0.0.280
mypy>=1.5.0

# Development utilities
ipdb>=0.13.0
rich>=13.5.0

memg-core>=0.7.5
