AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

add numpy constraints for numba 0.54.1 and 0.55.0 #170

Closed cbouss closed 1 year ago

cbouss commented 1 year ago

numba has numpy requirements enforced through imports checks.

For 0.55.1 and above the bounds are set correctly For 0.53.1 and below numba doesn't set upper bounds. 0.54.1 and 0.55.0 are not set properly.

This PR adds a run constraint to match numba code: https://github.com/numba/numba/blob/0.54.1/numba/__init__.py#L135 https://github.com/numba/numba/blob/0.55.0/numba/__init__.py#L137