
[:python_version < "3.8"]
numpy
numba>=0.47.0

[:python_version > "3.7"]
numpy<2.0,>=1.22
numba>=0.55.2

[dev]
pytest
pytest-cov
pylint
pre-commit
mypy
black

[docs]
sphinx
sphinx_rtd_theme
sphinx_autoapi
breathe
exhale
