Fix todo in pycocotools (#13182)

Adds numpy types.
All the types were already there as comments.
This commit is contained in:
Konstantin Baikov
2024-12-27 20:06:19 -08:00
committed by GitHub
parent 43f637b5e2
commit 0ce397796c
4 changed files with 32 additions and 50 deletions
+3
View File
@@ -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"