aboutsummaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml
index 1849558a6452..edb53c92c7c0 100644
--- a/databases/py-tiledb/files/patch-pyproject.toml
+++ b/databases/py-tiledb/files/patch-pyproject.toml
@@ -1,12 +1,10 @@
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC
+++ pyproject.toml
-@@ -1,8 +1,8 @@ requires = [
- [build-system]
+@@ -2,7 +2,7 @@ requires = [
requires = [
"scikit-build-core",
-- "pybind11<3",
+ "pybind11",
- "numpy>=2.0.1"
-+ "pybind11",
+ "numpy>=1.25"
]
build-backend = "scikit_build_core.build"