mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
8 lines
288 B
TOML
8 lines
288 B
TOML
--- pyproject.toml.orig 2022-02-27 10:25:41 UTC
|
|
+++ pyproject.toml
|
|
@@ -10,4 +10,4 @@ requires = ["setuptools",
|
|
# Scipy's "oldest_supported_numpy" package does this work for us.
|
|
requires = ["setuptools",
|
|
"wheel",
|
|
- "oldest_supported_numpy"]
|
|
+ "numpy"]
|