mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
6 lines
203 B
TOML
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"
|