From b328d9c5acbf729cdbc85b552074f6197fa01ef4 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 2 Nov 2023 11:59:47 -0400 Subject: [PATCH] add ipykernel to docs deps --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1793742..84c47ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,12 +23,13 @@ dependencies = ['networkx', 'ilpy>=0.3.1', 'numpy', 'structsvm'] dev = ["pre-commit", "pytest", "pytest-cov", "ruff", "twine", "build"] test = ["pytest", "pytest-cov", "plotly"] docs = [ - "sphinx", + "ipykernel", + "jupyter_sphinx", + "plotly", "sphinx_rtd_theme", "sphinx_togglebutton", + "sphinx", "tomli", - "jupyter_sphinx", - "plotly", ] [project.urls]