From 62a83c400d9c370fcf9bfd629bc8836226c83a98 Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Sun, 1 Sep 2024 20:47:06 +0100 Subject: [PATCH] add ipython dependency for highlighting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 28e6112..5e57a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ all = [ ] docs = [ "furo", + "ipython", "matplotlib", "nbsphinx", "numpydoc",