There is an issue with numba and numpy>=1.21. A fresh install either through conda or pip of numba will not allow you to install numpy 1.21 or bigger (or it will warn you) - so this might be a known issue in the numba/numpy-world.
However, this issue is to keep track of it and to not forget testing it down the road.
There is an issue with
numba
andnumpy>=1.21
. A fresh install either throughconda
orpip
of numba will not allow you to install numpy 1.21 or bigger (or it will warn you) - so this might be a known issue in the numba/numpy-world.However, this issue is to keep track of it and to not forget testing it down the road.
Thanks Stefan van der Baan for reporting!