On Wed, Jan 07, 2026 at 04:27:48PM +0000, Stuart Henderson wrote: > On 2026/01/06 20:08, Theo Buehler wrote: > > Now that we have a modern gcc in our tree, we can update this port. I > > thought I'd try 2.4.0 first. If there are concerns that this is too > > recent, I can provide a diff for 2.3.5. > > scikit-learn seems to have a policy of setting the maximum permitted > version to the highest version available at their release time, so > has a numpy<2.4.0 restriction. > > no difference with their newer 1.8.0 release. > > the expected pyproject.toml patch seems ok.
I have the same diff in my tree to test my scipy 1.16.3 WIP. No failures in the tests that use scipy. On arm64 the tests then break due to some threading issues, which is an OS problem and the trace is unrelated to numpy or scipy. I'm ok with this. daniel is the maintainer (added to Cc) btw, I also have a py-cvxpy update in preparation. Will send some stuff related to that out shortly.
