mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
10 lines
207 B
TOML
10 lines
207 B
TOML
--- pyproject.toml.orig 2024-06-23 07:27:54 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
- "oldest-supported-numpy",
|
|
+ "numpy",
|
|
"setuptools",
|
|
"wheel",
|
|
]
|