-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the latest greatest Python deps (#1618)
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 ``` tests/test_model.py::test_xugrid[model0] <frozen importlib._bootstrap>:488: RuntimeWarning: numpy.ndarray size changed, may indicate binary incompatibility. Expected 16 from C header, got 96 from PyObject ``` Which is probably due to xugrid/netcdf/meshkernel(?) using something compiled against a different numpy version. --------- Co-authored-by: Martijn Visser <[email protected]>
- Loading branch information
Showing
6 changed files
with
11,008 additions
and
10,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters