-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support latest breaking dependency versions #1573
Comments
Pandera now has a new v0.20 release that has NumPy 2 support: https://github.com/unionai-oss/pandera/releases/tag/v0.20.0
Though @rleander ran into an error related to this, so it looks like it is breaking for us. |
From #1605:
When we fix this, let's trigger a general pixi update as well. |
Users right now need to use these dependencies versions: pandera = "<0.20"
pyarrow = "<15" |
The pyarrow compat was added in our |
Do we also need to think about compatibility with hydrolib-core? Deltares/HYDROLIB-core#657 |
Not directly, but would be nice if those become compatible again soon. |
In conda-forge/ribasim-feedstock#17 I had to add
numpy <2.0
. We should add that as well in the pyproject.toml, or look into supporting NumPy 2 directly.We should use the ruff rule as mentioned in https://numpy.org/doc/stable/numpy_2_0_migration_guide.html.
Error in the feedstock was seemingly from pandera:
The text was updated successfully, but these errors were encountered: