On Jun 17, 2024, at 5:43 PM, Nils Breunese <[email protected]> wrote:
> Marius Schamschula <[email protected]> wrote: > >> Yesterday py-numpy 2.0.0 was officially released. >> >> I’ve hesitated opening a trac ticket, but we’ve got a situation with >> py-numpy 2.0.0 similar to when py-cython went to version 3.0.0: >> >> The new version, 2.0.0, is not backwards compatible with the old >> version,1.26.4. >> >> I’m currently holding back updates for >> >> py-astropy 6.1.1 >> py-pyerfa 2.0.1.4 >> py-sunpy 5.1.4 >> py-vispy 0.14.3 >> >> Likely there will be more to come in the new future. >> >> As they require py-numpy >= 2.0.0. > > Would introducing a py-numpy2 port be a possible solution? > > Nils. Unfortunately, that’s not how python packages work. They need to install into the same directory spaces as to be available for other packages, e.g. /opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/numpy Marius -- Marius Schamschula
