Skip to content

Commit

Permalink
add ipykernel to docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 2, 2023
1 parent deecdca commit b328d9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b328d9c

Please sign in to comment.