https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277826
--- Comment #28 from Michael Osipov <[email protected]> --- (In reply to Charlie Li from comment #27) > While current scipy can build with numpy 1, in reality numpy 2 is needed to > run. This is more than sadly true. I have built science/py-scikit-learn and used the wheel inside, then added a manually built wheel of numpy2. Although the build succeeded and the runtime environment was broken and the system told me a numpy 1/2 mismatch. At the end I had to delete all eggs tied to numpy1 and force uv to build everything from scratch against numpy2. So we need the last Python 3.10 compatible numpy2 in ports first :-( -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
