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 2e38de5 commit 8fdd476Copy full SHA for 8fdd476
1 file changed
stubs/geopandas/METADATA.toml
@@ -4,6 +4,6 @@ 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"]
+# libproj-dev and proj-bin are required to build pyproj if wheels for the
+# target Python version are not available.
+apt_dependencies = ["libproj-dev", "proj-bin"]
0 commit comments