mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
13 lines
273 B
TOML
13 lines
273 B
TOML
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,8 +2,8 @@ requires = [
|
|
requires = [
|
|
"scikit-build-core",
|
|
"pybind11",
|
|
- "Cython>=3",
|
|
- "numpy>=2.0.1"
|
|
+ "Cython",
|
|
+ "numpy>=1.25"
|
|
]
|
|
build-backend = "scikit_build_core.build"
|
|
|