mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-14 03:51:06 +08:00
10 lines
385 B
TOML
10 lines
385 B
TOML
version = "1.1.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"]
|