mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
9 lines
316 B
TOML
9 lines
316 B
TOML
--- pyproject.toml.orig 2024-01-26 12:44:10 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,3 +1,3 @@
|
|
[build-system]
|
|
-requires = ["setuptools", "wheel", "oldest-supported-numpy"]
|
|
-build-backend = "setuptools.build_meta"
|
|
\ No newline at end of file
|
|
+requires = ["setuptools", "wheel", "numpy"]
|
|
+build-backend = "setuptools.build_meta"
|