# versioning
setuptools_scm[toml]>=8.0.3,<9
packaging

# Performance
cython>=3.0.10
numba>=0.49,!=0.50.*;python_version<"3.12"

# Graphics
matplotlib>=3
seaborn

# Tests
pytest>=7.3,<8
pytest-xdist
pytest-cov

# formatting
black[jupyter]~=24.8.0
isort~=5.0
colorama
flake8
mypy
ruff
pyupgrade>=3.4.0
jupyterlab-code-formatter

# Documentation
ipython>=7
sphinx>=7
sphinx_immaterial
nbsphinx
jupyter
notebook
nbconvert
sphinx-autodoc-typehints
pickleshare
