diff options
Diffstat (limited to 'databases/py-tiledb/files/patch-pyproject.toml')
-rw-r--r-- | databases/py-tiledb/files/patch-pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-tiledb/files/patch-pyproject.toml b/databases/py-tiledb/files/patch-pyproject.toml index fce1137e6c62..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 -@@ -2,8 +2,8 @@ requires = [ +@@ -2,7 +2,7 @@ requires = [ requires = [ "scikit-build-core", "pybind11", -- "Cython>=3", - "numpy>=2.0.1" -+ "Cython", + "numpy>=1.25" ] build-backend = "scikit_build_core.build" |