Skip to content

Commit

Permalink
Bump to llvmlite 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Aug 11, 2020
1 parent 5c2fec4 commit ac48aee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -45,7 +45,7 @@ Dependencies
============

* Python versions: 3.6-3.8
* llvmlite 0.33.*
* llvmlite 0.34.*
* NumPy >=1.15 (can build with 1.11 for ABI compatibility)

Optionally:
Expand Down
4 changes: 2 additions & 2 deletions buildscripts/condarecipe.local/meta.yaml
Expand Up @@ -32,15 +32,15 @@ requirements:
- numpy
- setuptools
# On channel https://anaconda.org/numba/
- llvmlite >=0.33.0dev0,<0.34
- llvmlite >=0.34.0dev0,<0.35
# TBB devel version is to match TBB libs
- tbb-devel >=2019.5 # [not (armv6l or armv7l or aarch64 or linux32)]
run:
- python >=3.6
- numpy >=1.15
- setuptools
# On channel https://anaconda.org/numba/
- llvmlite >=0.33.0dev0,<0.34
- llvmlite >=0.34.0dev0,<0.35
run_constrained:
# If TBB is present it must be at least version 2019.5 from Anaconda due to
# build flag issues triggering UB. It must also be <=2020.0 due to ABI
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
setuptools
numpy>=1.10
llvmlite>=0.33.0dev0,<0.34
llvmlite>=0.34.0dev0,<0.35
argparse
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
min_python_version = "3.6"
min_numpy_build_version = "1.11"
min_numpy_run_version = "1.15"
min_llvmlite_version = "0.33"
min_llvmlite_version = "0.34.0.dev0"
max_llvmlite_version = "0.35"

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

0 comments on commit ac48aee

Please sign in to comment.