mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
9 lines
195 B
TOML
9 lines
195 B
TOML
--- pyproject.toml.orig 2024-02-25 00:30:13 UTC
|
|
+++ pyproject.toml
|
|
@@ -3,5 +3,5 @@ requires = [
|
|
"setuptools",
|
|
"versioneer",
|
|
"wheel",
|
|
- "oldest-supported-numpy"
|
|
+ "numpy"
|
|
]
|