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