From 6a59b1946ea23b407cb7b99ab7c27ec355fcca20 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 31 May 2024 02:44:51 -0500 Subject: [PATCH] Backport PR #2507: build: Use notebook over jupyter --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74e8a0150c..a91d8b84f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ]