mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 13:21:11 +08:00
7 lines
261 B
TOML
7 lines
261 B
TOML
version = "2.0.*"
|
|
# Requires a version of numpy with a `py.typed` file
|
|
# see https://github.com/python/typeshed/issues/12551
|
|
# on why we need the upper bound for numpy
|
|
requires = ["numpy>=1.20,<2.1.0"]
|
|
upstream_repository = "https://github.com/shapely/shapely"
|