From b812d3b0a1eff06344bd302ba9d4cd0ce64f9870 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 29 Jan 2025 00:57:20 +0800 Subject: databases/py-tiledb: Update to 0.33.1 Changes: https://github.com/TileDB-Inc/TileDB-Py/releases --- databases/py-tiledb/files/patch-pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'databases/py-tiledb/files/patch-pyproject.toml') 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" -- cgit v1.2.3