mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 10:14:37 +08:00
212af7a526
Fixes #12146
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"
|