mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-21 18:53:17 +08:00
Fix todo in pycocotools (#13182)
Adds numpy types. All the types were already there as comments.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
version = "2.0.*"
|
||||
upstream_repository = "https://github.com/ppwwyyxx/cocoapi"
|
||||
requires = ["numpy>=2.0.0rc1; python_version>='3.9'"]
|
||||
# numpy>=2.0.0 requires Python >=3.9
|
||||
requires_python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user