mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
7 lines
317 B
TOML
7 lines
317 B
TOML
--- pyproject.toml.orig 2023-02-13 08:53:21 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,3 +1,3 @@
|
|
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
-requires = ["setuptools", "oldest-supported-numpy", "wheel"] # PEP 508 specifications.
|
|
+requires = ["setuptools", "numpy", "wheel"] # PEP 508 specifications.
|