mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
Remove numpy version pin for several stubs(#12476)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user