Skip to content

Commit

Permalink
FIX: remove notebooks dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 30, 2024
1 parent 31dff40 commit 20c6644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 750 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dev = [
"ruff",
"sphinx-autobuild",
{include-group = "doc"},
{include-group = "jupyter"},
{include-group = "style"},
]
doc = [
Expand All @@ -50,14 +49,7 @@ doc = [
"sphinx-thebe",
"sphinx-togglebutton",
"sphinxcontrib-bibtex >=2",
{include-group = "notebooks"},
]
jupyter = [
"jupyterlab",
"jupyterlab-code-formatter",
{include-group = "notebooks"},
]
notebooks = ["matplotlib"]
style = ["sphinx-api-relink"]

[tool.setuptools]
Expand Down
Loading

0 comments on commit 20c6644

Please sign in to comment.