Skip to content

Commit

Permalink
Merge pull request #124 from jakirkham-feedstocks/fix_tbb_pin
Browse files Browse the repository at this point in the history
Fix `tbb-devel` pin
  • Loading branch information
jakirkham authored Jun 15, 2023
2 parents 400106e + f181208 commit 4fd71fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 2
entry_points:
- numba = numba.misc.numba_entry:main
script:
Expand Down Expand Up @@ -41,7 +41,7 @@ requirements:
- setuptools
- llvmlite 0.40.*
- numpy
- tbb-devel >=2021.6.0
- tbb-devel 2021.6.0

run:
- python
Expand All @@ -50,7 +50,7 @@ requirements:
- importlib-metadata # [py < 39]

run_constrained:
- {{ pin_compatible('tbb') }}
- {{ pin_compatible('tbb', max_pin=None) }}
# avoid confusion from openblas bugs
- libopenblas !=0.3.6 # [x86_64]
- libopenblas >=0.3.18, !=0.3.20 # [arm64]
Expand Down

0 comments on commit 4fd71fd

Please sign in to comment.