Skip to content

Commit

Permalink
BREAK: remove viz optional dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 29, 2024
1 parent 0da3c42 commit 9358fd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@ phsp = [
"tensorwaves[tf]",
]
pwa = [
"ampform >=0.12.0",
"ampform[viz]>=0.12.0",
"tensorwaves[phsp]",
]
scipy = ["scipy >=1"]
tf = [
"numpy~=1.0",
"tensorflow >=2.4",
]
viz = ["graphviz"]

[project.readme]
content-type = "text/markdown"
Expand Down
25 changes: 13 additions & 12 deletions uv.lock

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

0 comments on commit 9358fd5

Please sign in to comment.