numba / numba

NumPy aware dynamic Python compiler using LLVM
https://numba.pydata.org/
BSD 2-Clause "Simplified" License
9.97k stars 1.13k forks source link

Please support recent numpy version #9792

Open fhg-isi opened 1 day ago

fhg-isi commented 1 day ago

numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.1.3 which is incompatible.

sklam commented 1 day ago

Upcoming release will resolve this. https://github.com/numba/numba/issues/9777