Ethan Mentzer
Ethan Mentzer
So, it seems for now that trying to update `numpy` to 2.0.0 for the builds causes a number of issues that I don't know how to resolve. I think that...
Great! I just merged in the changes to make aarch64 work for this PR. I'll take a look at the conda issue if I have some extra time. I also...
I _think_ I figured_ out why numpy was causing issue. Apparently, there is a test that uses `matplotlib.cm.get_cmap`, which only works in matplotlib
On second thought, I think it would be a good idea to wait to deal with `numpy`. Updating to 2.0.0 requires too much adjustment of package versions, and I think...
Interesting; that way it'll have support for `numpy 2.0.0`, but older versions will still work. Let me try to implement that later today, and if it works without any issues,...
Good news: pulling the latest `develop` branch back into this PR fixed the `matplotlib` issue, and your `numpy` version pinning recommendations work great. I've now merged those changes into this...
Just wanted to say that I've also experienced this issue. Would be good to get it fixed somehow if possible!