Skip to content

Commit

Permalink
Pin to llvmlite 0.34.*
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Aug 12, 2020
1 parent ac48aee commit 2d02530
Showing 1 changed file with 2 additions and 2 deletions.
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.34.0dev0,<0.35
- llvmlite 0.34.*
# 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.34.0dev0,<0.35
- llvmlite 0.34.*
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

0 comments on commit 2d02530

Please sign in to comment.