build
pytest
twine

# linter/formatters
black==24.3.0
flake8-black==0.3.2
flake8-colors==0.1.9
flake8-docstrings==1.6.0
flake8==4.0.1
isort==5.11.5
jupyter-black==0.3.4
pre-commit==2.21.0

# docs
sphinx==7.1.2; python_version < "3.9"
sphinx==7.4.7; python_version >= "3.9"
sphinx-rtd-theme==2.0.0
myst-parser==2.0.0
