Skip to content

Set max_pin of numpy and numba to minor versions

Yannick DAYER requested to merge stricter-pins into master

Prevents matching with a new minor version of numpy (they tend to not be compatible).

Fixes an issue with the latest numba version (0.56.2) requiring setuptools<60.

Merge request reports