Skip to content

Commit 8fdd476

Browse files
committed
[geopandas] Add proj-bin to apt_dependencies
1 parent 2e38de5 commit 8fdd476

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

stubs/geopandas/METADATA.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
44
upstream_repository = "https://github.com/geopandas/geopandas"
55

66
[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"]
7+
# libproj-dev and proj-bin are required to build pyproj if wheels for the
8+
# target Python version are not available.
9+
apt_dependencies = ["libproj-dev", "proj-bin"]

0 commit comments

Comments
 (0)