Skip to content

Commit

Permalink
Require pandera 0.18 (#1426)
Browse files Browse the repository at this point in the history
Fixes #1416, when combined with
conda-forge/ribasim-feedstock#15.
We require pandera 0.18 since we validate GeoDataFrames.
  • Loading branch information
visr authored Apr 24, 2024
1 parent 2be7d93 commit cb0712b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ netCDF4 = "*"
numpy = "*"
pandas = "*"
pandas-stubs = "*"
pandera = "*"
pandera = ">=0.18"
pip = "*"
pyarrow = "*"
pydantic = ">=2"
Expand Down
2 changes: 1 addition & 1 deletion python/ribasim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"matplotlib",
"numpy",
"pandas",
"pandera != 0.16.0",
"pandera >= 0.18",
"pyarrow",
"pydantic ~= 2.0",
"pyogrio",
Expand Down

0 comments on commit cb0712b

Please sign in to comment.