Skip to content

Commit eed180c

Browse files
committed
pandas exclude version 2.1.0
A regression breaks writing timestamps to GeoPackage for us: pandas-dev/pandas#54877
1 parent d6cc58a commit eed180c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- jupyterlab
1313
- matplotlib
1414
- mypy
15-
- pandas
15+
- pandas!=2.1.0
1616
- pandas-stubs
1717
- pandera
1818
- pip

python/ribasim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires-python = ">=3.9"
2121
dependencies = [
2222
"geopandas",
2323
"matplotlib",
24-
"pandas",
24+
"pandas != 2.1.0",
2525
"pandera != 0.16.0",
2626
"pyarrow",
2727
"pydantic ~= 1.0",

0 commit comments

Comments
 (0)