We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1774c commit 4adab42Copy full SHA for 4adab42
python/pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
]
29
30
[project.optional-dependencies]
31
-docs = ['jupyter-book', 'jupytext']
+docs = ['jupyter-book', 'jupytext', "scipy"]
32
lint = ["ruff", "mypy"]
33
optional = ["numba"]
34
test = ["pytest", "coverage", "scipy"]
0 commit comments