ports/math/py-POT/files/patch-pyproject.toml
2023-12-23 01:44:03 -08:00

9 lines
348 B
TOML

--- pyproject.toml.orig 2023-12-23 09:30:10 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "oldest-supported-numpy", "cython>=0.23"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+requires = ["setuptools", "wheel", "numpy", "cython>=0.23"]
+build-backend = "setuptools.build_meta"