Files

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"]