Skip to content

Commit

Permalink
DX: move nbmake to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 29, 2024
1 parent d96e2b4 commit bd17dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Tracker = "https://github.com/ComPWA/tensorwaves/issues"

[dependency-groups]
dev = [
"nbmake",
"ruff",
"sphinx-autobuild",
{include-group = "doc"},
Expand Down Expand Up @@ -120,12 +121,11 @@ notebooks = [
"tensorwaves[jax,pwa]",
]
style = [
"mypy >=0.570",
"mypy",
{include-group = "types"},
]
test = [
"ampform >=0.13",
"nbmake",
"pyarrow",
"pytest-benchmark",
"pytest-cov",
Expand Down
6 changes: 2 additions & 4 deletions uv.lock

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

0 comments on commit bd17dee

Please sign in to comment.