summaryrefslogtreecommitdiff
path: root/databases/py-tiledb/files/patch-pyproject.toml
blob: 33510fec2c7b983ced1ca43a2330367b01d31705 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- pyproject.toml.orig	2024-06-11 17:54:39 UTC
+++ pyproject.toml
@@ -1,13 +1,13 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=64",
+    "setuptools>=61",
     "wheel",
     "pybind11",
     "Cython",
     "numpy==1.17.* ; python_version == '3.8' and platform_machine not in 'arm64|aarch64'",
     "numpy==1.19.* ; python_version == '3.8' and platform_machine == 'aarch64'",
     "numpy==1.21.* ; python_version == '3.8' and platform_machine == 'arm64'",
-    "numpy>=2.0.0rc2 ; python_version >= '3.9'",
+    "numpy>=1.25 ; python_version >= '3.9'",
 ]
 build-backend = "setuptools.build_meta"