emsig / empymod

Full 3D electromagnetic modeller for 1D VTI media
https://empymod.emsig.xyz
Apache License 2.0
85 stars 22 forks source link

Potential issue with `numpy>=v1.21` #139

Closed prisae closed 2 years ago

prisae commented 3 years ago

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.

Thanks Stefan van der Baan for reporting!

prisae commented 2 years ago

Numba 0.55 (in RC now: https://numba.discourse.group/t/numba-0-55-0-rc1/1075#numba-0550rc1-announcement-1) will support NumPy 1.21.

https://github.com/numba/numba/issues/7339#issuecomment-997869862