# Requirements for both CI and dev environments.

# Type checking
pyright
# Pre-commit common requirements
ruff==0.1.3
# Testing
pytest==7.4.3
# Testing plugins
pytest-cov==4.1.0
pytest-custom-exit-code==0.3.0
# Format notebooks
nb-clean==3.1.0

-r requirements_docs.txt
