Conversation
|
I looked into the pyarrow situation from #1542, and filed prefix-dev/pixi#1594. In short, nothing is broken on pyarrow 16, it is just that the update from pyarrow 15 to 16 breaks the 16 installation. So let's update, but we may need to delete our .pixi folder. |
visr
left a comment
There was a problem hiding this comment.
I upgraded pyarrow and updated pyproject.toml.
In trying this out I also discovered that we need to unset juliaup overrides if they are already set, so I changed that and filed JuliaLang/juliaup#987.
Your error seemed different from mine, but cool that you found a possible source for the |
|
I got the same error as #1542, until I realized I didn't need pandas to reproduce. |
Fixes #1573
This only fixes us to the first version of pandera that supports numpy 2, the rest should follow automatically.
I took longer than I want to admit to find that the previous
[None, 1]is now silently coerced to[0,1]and therefore passed validation, and failed the test.I also (still?) see
Which is probably due to xugrid/netcdf/meshkernel(?) using something compiled against a different numpy version.