Files
typeshed/stubs/shapely/METADATA.toml
2024-06-17 15:50:22 +02:00

6 lines
203 B
TOML

version = "2.0.*"
# Requires a version of numpy with a `py.typed` file
# TODO: stubtest errors when using numpy 2
requires = ["numpy>=1.20,<2"]
upstream_repository = "https://github.com/shapely/shapely"