python-numba: update to 0.56.0

This commit is contained in:
Mehdi Chinoune
2022-08-18 12:57:22 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 3b1955a100
commit 2e401215ca
2 changed files with 20 additions and 11 deletions

View File

@@ -1,6 +1,15 @@
--- a/setup.py.old 2020-08-12 13:00:24.000000000 -0700
+++ a/setup.py 2020-08-13 14:43:57.723209700 -0700
@@ -178,9 +178,9 @@
--- a/setup.py
+++ a/setup.py
@@ -23,7 +23,7 @@
max_python_version = "3.11" # exclusive
min_numpy_build_version = "1.11"
min_numpy_run_version = "1.18"
-max_numpy_run_version = "1.23"
+max_numpy_run_version = "1.24"
min_llvmlite_version = "0.39.0dev0"
max_llvmlite_version = "0.40"
@@ -236,9 +236,9 @@
# Set various flags for use in TBB and openmp. On OSX, also find OpenMP!
have_openmp = True
if sys.platform.startswith('win'):