mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
233 B
TOML
11 lines
233 B
TOML
--- pyproject.toml.orig 2024-08-31 19:01:18 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,7 +1,7 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"scikit_build_core",
|
|
- "numpy >= 2.0"
|
|
+ "numpy"
|
|
]
|
|
build-backend = "scikit_build_core.build"
|
|
|