CI: update macOS runner dependencies#4120
Conversation
|
Is it possible to change the package names to their updated names (I think gdal conda packaging changed recently), but limit the version of the (single) package that causes the doctests to fail. In other words, if only Python or numpy makes the build fail, we could add a constraint for now. (This PR might not need to be blocked by the three issues) |
|
Added commit with pre-version 2 of Numpy (v 1.26.4) to see what regression Numpy 2 causes by itself. |
Do we know what Python version we get with this and the changes of the PR? (To investigate Python 3.12 vs numpy 2 failures at the same time) |
It all in the log: Python version under "Check installed version", packages under "Setup Mamba > micromamba list". |
Seems only #4116 is caused by Numpy 2 alone. Will try with Python 3.11 and Numpy 2. |
With that setting all three files errors. |
Sure it must be, https://libgeos.org/posts/2023-06-27-geos-3-12-released/:
|
|
I was just about to write it back here:
And also libgeos/geos#903 might be of concern. Maybe that's why (dimensions changed) some windows tests try to allocate an array of couple terabytes. |
40a551a to
7a08872
Compare
|
Backported with 926cf21. |
The single most important change to enable newest available version of most packages is the change from
jpegtolibjpeg-turbopackage.This is put in draft mode until #4116, #4117 and #4118 are solved.