forked from Lainports/freebsd-ports
13 lines
268 B
TOML
13 lines
268 B
TOML
--- pyproject.toml.orig 2024-12-12 13:22:18 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,8 +1,8 @@ requires = [
|
|
[build-system]
|
|
requires = [
|
|
"scikit-build-core",
|
|
- "cython>=3",
|
|
- "numpy>=2.0.0",
|
|
+ "cython",
|
|
+ "numpy",
|
|
]
|
|
build-backend = "scikit_build_core.build"
|
|
|