Skip to content

Commit 2e38de5

Browse files
committed
[geopandas] Add apt_dependencies
1 parent adf01ee commit 2e38de5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stubs/geopandas/METADATA.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ version = "1.0.1"
22
# Requires a version of numpy with a `py.typed` file
33
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
44
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

Comments
 (0)