mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
9 lines
348 B
TOML
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"
|