mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 19:41:07 +08:00
10 lines
389 B
TOML
10 lines
389 B
TOML
version = "1.1.3"
|
|
# Requires a version of numpy with a `py.typed` file
|
|
dependencies = ["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"]
|