Skip to content

Commit

Permalink
build(backport): Use notebook over jupyter (#2508)
Browse files Browse the repository at this point in the history
* Backport PR #2507
* jupyter is a metapackage that is never updated, so defining the
  notebook dependency provides better control on the actual tools
  required.

Co-authored-by: Matthew Feickert <[email protected]>
  • Loading branch information
meeseeksmachine and matthewfeickert authored May 31, 2024
1 parent 1dc2b7e commit 6511a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ test = [
"pydocstyle",
"papermill>=2.3.4",
"scrapbook>=0.5.0",
"jupyter",
"notebook>=6.5.7",
"graphviz",
"pytest-socket>=0.2.0", # c.f. PR #1917
]
Expand Down

0 comments on commit 6511a4d

Please sign in to comment.