ports/devel/py-numba/files/patch-setup.py
2024-06-21 15:47:12 +03:00

14 lines
422 B
Python

--- setup.py.orig 2024-06-13 08:56:33 UTC
+++ setup.py
@@ -21,9 +21,9 @@ max_python_version = "3.13" # exclusive
min_python_version = "3.9"
max_python_version = "3.13" # exclusive
-min_numpy_build_version = "2.0.0rc1"
+min_numpy_build_version = "1.22"
min_numpy_run_version = "1.22"
-max_numpy_run_version = "2.1"
+max_numpy_run_version = "2.0"
min_llvmlite_version = "0.43.0dev0"
max_llvmlite_version = "0.44"