From 6511a4d6a4ecc36ac3906a226837d841ae038315 Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Fri, 31 May 2024 10:04:44 +0200 Subject: [PATCH] build(backport): Use notebook over jupyter (#2508) * Backport PR https://github.com/scikit-hep/pyhf/pull/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 --- 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 ]