forked from Lainports/freebsd-ports
pycocotools is a fork of the original cocoapi, with bug fixes and packaging improvements. Changes in this fork include: - Add CircleCI tests - Support pip-installation correctly - Support windows - Don't import matplotlib unless needed - Close file handle after openning - Fix a small bug in rleToBbox - Fix a segfault in RLE decoding - Fix deprecated usage of other libraries For compatibility, we will not make any API changes or non-bug behavior changes to the existing APIs of the official cocoapi.
11 lines
225 B
TOML
11 lines
225 B
TOML
--- pyproject.toml.orig 2022-11-04 06:39:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@
|
|
[build-system]
|
|
requires = [
|
|
"cython>=0.27.3",
|
|
- "oldest-supported-numpy",
|
|
+ "numpy",
|
|
"setuptools>=43.0.0",
|
|
"wheel",
|
|
]
|