conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

tbb is pinned to 2021.6 #122

Closed ekomarova closed 1 year ago

ekomarova commented 1 year ago

Comment:

Could you please tell me why tbb is pinned to 2021.6 https://github.com/conda-forge/numba-feedstock/blob/main/recipe/meta.yaml#L44? As far as I can tell from numba sources, then numba no longer has a limit on a specific version of tbb, now is tbb >= 2021.6 https://github.com/numba/numba/blob/0.57.0/buildscripts/condarecipe.local/meta.yaml#L41 https://github.com/numba/numba/blob/0.57.0/CHANGE_LOG#L389

It would be nice if conda-forge could also reject the pin version and set tbb >= 2021.6 restriction.

ekomarova commented 1 year ago

https://github.com/conda-forge/numba-feedstock/pull/123