9816102490
Reported by: portscout
12 lines
209 B
TOML
12 lines
209 B
TOML
--- pyproject.toml.orig 2025-10-12 18:49:35 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
build-backend = 'mesonpy'
|
|
requires = [
|
|
- "numpy >= 2.0.0",
|
|
+ "numpy",
|
|
"meson-python"
|
|
]
|
|
|