Skip to content

Commit 63069de

Browse files
committed
move vis-deps to correct group
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent f33bd47 commit 63069de

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ dev = [
4444
"isort>=5.13.2",
4545
"mypy>=1.9.0",
4646
"pre-commit>=4",
47-
48-
]
49-
doc = [
50-
"sphinx",
51-
"myst-nb",
52-
"sphinx_rtd_theme",
53-
"readthedocs-sphinx-search",
54-
"sphinx-hoverxref",
55-
"numpydoc",
5647
# Visualization (make sure these stay equalivalent to the 'visualizer' group)
5748
"dash>=3.0.0",
5849
"dash-bootstrap-components>=2.0.0",
@@ -65,6 +56,16 @@ visualizer = [
6556
"dash-cytoscape>=1.0.2",
6657
]
6758

59+
doc = [
60+
"sphinx",
61+
"myst-nb",
62+
"sphinx_rtd_theme",
63+
"readthedocs-sphinx-search",
64+
"sphinx-hoverxref",
65+
"numpydoc",
66+
]
67+
68+
6869
[project.urls]
6970
Home-page = "https://lfenergy.org/projects/power-grid-model/"
7071
GitHub = "https://github.com/PowerGridModel/power-grid-model-ds"

0 commit comments

Comments
 (0)