freebsd-ports/devel/py-numba/files/patch-setup.py
2025-01-28 11:23:06 +03:00

11 lines
359 B
Python

--- 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"