mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
11 lines
309 B
TOML
11 lines
309 B
TOML
--- pyproject.toml.orig 2024-06-20 23:14:01 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
build-backend = 'mesonpy'
|
|
requires = [
|
|
- "numpy >= 2.0.0; python_version > '3.8'",
|
|
+ "numpy; python_version > '3.8'",
|
|
"oldest-supported-numpy; python_version <= '3.8'",
|
|
"meson-python"
|
|
]
|