summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
blob: 1849558a64522973f57566fb9a8ead644ec83387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pyproject.toml.orig	2022-11-09 12:37:21 UTC
+++ pyproject.toml
@@ -1,8 +1,8 @@ requires = [
 [build-system]
 requires = [
     "scikit-build-core",
-    "pybind11<3",
-    "numpy>=2.0.1"
+    "pybind11",
+    "numpy>=1.25"
 ]
 build-backend = "scikit_build_core.build"