Skip to content

Commit c2ae57a

Browse files
committed
Bump to llvmlite 0.33.0dev0
1 parent 69202e2 commit c2ae57a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Dependencies
4141
============
4242

4343
* Python versions: 3.6-3.8
44-
* llvmlite 0.32.*
44+
* llvmlite 0.33.*
4545
* NumPy >=1.15 (can build with 1.11 for ABI compatibility)
4646

4747
Optionally:

Diff for: buildscripts/condarecipe.local/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ requirements:
3232
- numpy
3333
- setuptools
3434
# On channel https://anaconda.org/numba/
35-
- llvmlite >=0.31,<0.33
35+
- llvmlite >=0.33.0dev0,<0.34
3636
# TBB devel version is to match TBB libs
3737
- tbb-devel >=2019.5 # [not (armv6l or armv7l or aarch64 or linux32)]
3838
run:
3939
- python >=3.6
4040
- numpy >=1.15
4141
- setuptools
4242
# On channel https://anaconda.org/numba/
43-
- llvmlite >=0.31,<0.33
43+
- llvmlite >=0.33.0dev0,<0.34
4444
run_constrained:
4545
# If TBB is present it must be at least this version from Anaconda due to
4646
# build flag issues triggering UB

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools
22
numpy>=1.10
3-
llvmlite>=0.31,<0.33
3+
llvmlite>=0.33.0dev0,<0.34
44
argparse

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
min_python_version = "3.6"
1212
min_numpy_build_version = "1.11"
1313
min_numpy_run_version = "1.15"
14-
min_llvmlite_version = "0.31.0.dev0"
14+
min_llvmlite_version = "0.33.0.dev0"
1515
max_llvmlite_version = "0.34"
1616

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

0 commit comments

Comments
 (0)