From ed1f741c4bfd0158cdd4b30066da4e7fe83a44ca Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 23 Jul 2024 13:56:34 +0200 Subject: [PATCH] ci: need jupyterlab to execute the notebooks --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3eda4af7..86791af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ requires-python = ">=3.8" dev = ["pytest", "watchfiles", "jupyterlab", "ruff"] recommended = ["mocpy", "regions"] docs = ["autoapi", + "jupyterlab", "myst-parser", "nbsphinx", "numpydoc",