ports/databases/py-tiledb/files/patch-pyproject.toml

11 lines
491 B
TOML

--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
@@ -6,7 +6,7 @@ requires = [
"numpy==1.17.* ; python_version == '3.8' and platform_machine not in 'arm64|aarch64'",
"numpy==1.19.* ; python_version == '3.8' and platform_machine == 'aarch64'",
"numpy==1.21.* ; python_version == '3.8' and platform_machine == 'arm64'",
- "numpy>=2.0.0rc2 ; python_version >= '3.9'"
+ "numpy>=1.25; python_version >= '3.9'"
]
build-backend = "scikit_build_core.build"