File tree 4 files changed +5
-5
lines changed
buildscripts/condarecipe.local
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Dependencies
41
41
============
42
42
43
43
* Python versions: 3.6-3.8
44
- * llvmlite 0.32 .*
44
+ * llvmlite 0.33 .*
45
45
* NumPy >=1.15 (can build with 1.11 for ABI compatibility)
46
46
47
47
Optionally:
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ requirements:
32
32
- numpy
33
33
- setuptools
34
34
# On channel https://anaconda.org/numba/
35
- - llvmlite >=0.31 ,<0.33
35
+ - llvmlite >=0.33.0dev0 ,<0.34
36
36
# TBB devel version is to match TBB libs
37
37
- tbb-devel >=2019.5 # [not (armv6l or armv7l or aarch64 or linux32)]
38
38
run :
39
39
- python >=3.6
40
40
- numpy >=1.15
41
41
- setuptools
42
42
# On channel https://anaconda.org/numba/
43
- - llvmlite >=0.31 ,<0.33
43
+ - llvmlite >=0.33.0dev0 ,<0.34
44
44
run_constrained :
45
45
# If TBB is present it must be at least this version from Anaconda due to
46
46
# build flag issues triggering UB
Original file line number Diff line number Diff line change 1
1
setuptools
2
2
numpy >= 1.10
3
- llvmlite >= 0.31 ,< 0.33
3
+ llvmlite >= 0.33.0dev0 ,< 0.34
4
4
argparse
Original file line number Diff line number Diff line change 11
11
min_python_version = "3.6"
12
12
min_numpy_build_version = "1.11"
13
13
min_numpy_run_version = "1.15"
14
- min_llvmlite_version = "0.31 .0.dev0"
14
+ min_llvmlite_version = "0.33 .0.dev0"
15
15
max_llvmlite_version = "0.34"
16
16
17
17
if sys .platform .startswith ('linux' ):
You can’t perform that action at this time.
0 commit comments