diff --git a/python/pyproject.toml b/python/pyproject.toml index 8a41999..1596107 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ ] [project.optional-dependencies] -docs = ['jupyter-book', 'jupytext'] +docs = ['jupyter-book', 'jupytext', "scipy"] lint = ["ruff", "mypy"] optional = ["numba"] test = ["pytest", "coverage", "scipy"]