Skip to content

Commit a4a3279

Browse files
committed
added geopandas to docs build chain because of GeoAccessor annotations
1 parent ee54486 commit a4a3279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ docs = [
7070
"sphinx_rtd_theme~=3.0",
7171
"sphinx-pyproject~=0.3",
7272
"sphinxcontrib-imagesvg~=0.1",
73-
"pandapower[converter]"
73+
"pandapower[converter]",
74+
"geopandas~=1.1"
7475
]
7576
plotting = ["plotly~=6.3", "matplotlib~=3.10", "igraph", "geopandas~=1.1"]
7677
test = ["pytest~=8.4", "pytest-xdist~=3.8", "nbmake~=1.5"]

0 commit comments

Comments
 (0)