summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-29 00:57:20 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-01-29 01:04:50 +0800
commitb812d3b0a1eff06344bd302ba9d4cd0ce64f9870 (patch)
tree243b9d0e53e05e06d3062dd3b0c16e34919a2dc0 /databases/py-tiledb/files
parentdatabases/py-sqlalchemy20: Update to 2.0.36 (diff)
databases/py-tiledb: Update to 0.33.1
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
Diffstat (limited to 'databases/py-tiledb/files')
-rw-r--r--databases/py-tiledb/files/patch-pyproject.toml4
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"