Skip to content

Commit

Permalink
pin llvmlite to 0.39.*
Browse files Browse the repository at this point in the history
As title
  • Loading branch information
esc committed Jun 28, 2022
1 parent 376e786 commit f789aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscripts/condarecipe.local/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- setuptools
- importlib_metadata # [py<39]
# On channel https://anaconda.org/numba/
- llvmlite >=0.39.0dev0,<0.39
- llvmlite 0.39.*
# TBB devel version is to match TBB libs.
# 2020.3 is the last version with the "old" ABI
# NOTE: 2021.1..2021.5 are API compatible for Numba's purposes.
Expand All @@ -49,7 +49,7 @@ requirements:
- setuptools
- importlib_metadata # [py<39]
# On channel https://anaconda.org/numba/
- llvmlite >=0.39.0dev0,<0.39
- llvmlite 0.39.*
run_constrained:
# If TBB is present it must be at least version 2021
- tbb >=2021 # [not (armv6l or armv7l or aarch64 or linux32 or ppc64le)]
Expand Down

0 comments on commit f789aab

Please sign in to comment.