Skip to content

Commit

Permalink
FIX: install scipy dependencies in notebooks group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2024
1 parent fa82d01 commit 70618fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dev = [
{include-group = "test"},
]
doc = [
"graphviz",
"myst-nb",
"sphinx",
"sphinx-api-relink >=0.0.4",
Expand All @@ -96,6 +95,7 @@ jupyter = [
"python-lsp-server[rope]",
]
notebooks = [
"ampform[scipy,viz]",
"black",
"ipympl",
"matplotlib <3.9.0", # https://github.com/ComPWA/ampform/issues/279
Expand Down
8 changes: 6 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70618fe

Please sign in to comment.