Skip to content

Commit

Permalink
Also patch requirements for llvmlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Apr 29, 2024
1 parent be12b9c commit 2526c78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion recipe/llvmlite_version_check.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@ index 5e56ffe07..7d2ae72e2 100644
_min_llvm_version = (14, 0, 0)

def _ensure_llvm():

diff --git a/setup.py b/setup.py
index 56c180a5e..db28e3b8f 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ min_python_version = "3.9"
max_python_version = "3.13" # exclusive
min_numpy_build_version = "1.11"
min_numpy_run_version = "1.22"
-min_llvmlite_version = "0.43.0dev0"
+min_llvmlite_version = "0.42.0dev0"
max_llvmlite_version = "0.44"

if sys.platform.startswith('linux'):

0 comments on commit 2526c78

Please sign in to comment.