AnacondaRecipes / repodata-hotfixes

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

adjusting numpy upperbound for numba 0.54 0.55 #173

Closed cbouss closed 1 year ago

cbouss commented 1 year ago

Numba has numpy constraints that were not handled in conda packages 0.54.0 0.54.1 and 0.55.0.

The numpy constraint added via hotfix in PR #170 and #171 are too strict and break installation of anaconda 2021.11. (See #172).

This change corrects the constraints.

See: https://github.com/numba/numba/blob/0.54.1/numba/__init__.py#L137 https://github.com/numba/numba/blob/0.54.1/numba/np/numpy_support.py#L15 https://github.com/numba/numba/blob/0.55.0/numba/__init__.py#L139 https://github.com/numba/numba/blob/0.55.0/numba/np/numpy_support.py#L16