Matej Cepl
129c5a5cb4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=59
16 lines
389 B
Diff
16 lines
389 B
Diff
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -23,7 +23,7 @@ min_python_version = "3.7"
|
|
max_python_version = "3.11" # exclusive
|
|
min_numpy_build_version = "1.11"
|
|
min_numpy_run_version = "1.18"
|
|
-max_numpy_run_version = "1.24"
|
|
+max_numpy_run_version = "1.25"
|
|
min_llvmlite_version = "0.39.0dev0"
|
|
max_llvmlite_version = "0.40"
|
|
|