freebsd-ports/archivers/py-blosc2/files/patch-pyproject.toml
2024-12-26 03:15:11 +08:00

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"