Skip to content

Commit

Permalink
build: Use notebook over jupyter (#2507)
Browse files Browse the repository at this point in the history
* jupyter is a metapackage that is never updated, so defining the
  notebook dependency provides better control on the actual tools
  required.
  • Loading branch information
matthewfeickert committed May 31, 2024
1 parent ba896a6 commit 9f5c979
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 @@ -109,7 +109,7 @@ test = [
"pydocstyle",
"papermill>=2.5.0",
"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 9f5c979

Please sign in to comment.