Remove numpy version pin for several stubs(#12476)

This commit is contained in:
Ali Hamdan
2024-08-03 12:52:55 +02:00
committed by GitHub
parent 1a83727723
commit 0bc7b4fd5a
3 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
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"]
requires = ["numpy>=1.20"]
upstream_repository = "https://github.com/shapely/shapely"