Skip to content

Commit 4adab42

Browse files
authored
Add scipy to docs dependency due to failing build (#124)
1 parent 9f1774c commit 4adab42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
]
2929

3030
[project.optional-dependencies]
31-
docs = ['jupyter-book', 'jupytext']
31+
docs = ['jupyter-book', 'jupytext', "scipy"]
3232
lint = ["ruff", "mypy"]
3333
optional = ["numba"]
3434
test = ["pytest", "coverage", "scipy"]

0 commit comments

Comments
 (0)