Skip to content

Commit

Permalink
Add scipy to docs dependency due to failing build (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg authored Jun 23, 2024
1 parent 9f1774c commit 4adab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 4adab42

Please sign in to comment.