Skip to content

Commit 6e2525a

Browse files
authored
[geopandas] Fix CI tests in some circumstances (#13978)
Add "libproj-dev" and "proj-bin" to apt_dependencies. These packages are necessary to build the pyproj dependency if a pre-built wheel is not available.
1 parent 785c9c4 commit 6e2525a

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 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)