Skip to content

Commit

Permalink
pandas exclude version 2.1.0 (#589)
Browse files Browse the repository at this point in the history
A regression breaks writing timestamps to GeoPackage for us:
pandas-dev/pandas#54877

Found in
#586 (comment)
  • Loading branch information
visr committed Sep 14, 2023
1 parent 275ea2d commit 36b52ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- jupyterlab
- matplotlib
- mypy
- pandas
- pandas!=2.1.0
- pandas-stubs
- pandera
- pip
Expand Down
2 changes: 1 addition & 1 deletion python/ribasim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.9"
dependencies = [
"geopandas",
"matplotlib",
"pandas",
"pandas != 2.1.0",
"pandera != 0.16.0",
"pyarrow",
"pydantic ~= 1.0",
Expand Down

0 comments on commit 36b52ec

Please sign in to comment.