summaryrefslogtreecommitdiff
path: root/devel/py-numba/files/patch-setup.py
blob: dc64ecb94fac938a2848a4e6b98d1d526275ff66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2025-01-16 17:19:10 UTC
+++ setup.py
@@ -21,7 +21,7 @@ max_python_version = "3.14"  # exclusive
 
 min_python_version = "3.10"
 max_python_version = "3.14"  # exclusive
-min_numpy_build_version = "2.0.0rc1"
+min_numpy_build_version = "1.24"
 min_numpy_run_version = "1.24"
 max_numpy_run_version = "2.2"
 min_llvmlite_version = "0.44.0dev0"