From 3275cd8e40647cef2bfd463a7f49c7f0ebeb087b Mon Sep 17 00:00:00 2001 From: "Dr.Blank" <64108942+Dr-Blank@users.noreply.github.com> Date: Fri, 24 Nov 2023 04:12:18 -0500 Subject: [PATCH] add ipython as dep - helps generate code highlighting in ipynb for docs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4b8baba..0b94079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ types-requests = "^2.31.0" [tool.poetry.group.docs.dependencies] sphinx-rtd-theme = "^1.3.0" nbsphinx = "^0.9.3" +ipython = "^8.17.2" [build-system] requires = ["poetry-core"]