mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[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.
This commit is contained in:
@@ -2,3 +2,8 @@ version = "1.0.1"
|
||||
# Requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
|
||||
upstream_repository = "https://github.com/geopandas/geopandas"
|
||||
|
||||
[tool.stubtest]
|
||||
# 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"]
|
||||
|
||||
Reference in New Issue
Block a user