We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf01ee commit 2e38de5Copy full SHA for 2e38de5
1 file changed
stubs/geopandas/METADATA.toml
@@ -2,3 +2,8 @@ version = "1.0.1"
2
# Requires a version of numpy with a `py.typed` file
3
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
4
upstream_repository = "https://github.com/geopandas/geopandas"
5
+
6
+[tool.stubtest]
7
+# libproj-dev is required for pyproj if wheels for the target Python version
8
+# are not available.
9
+apt_dependencies = ["libproj-dev"]
0 commit comments