Skip to content

Commit 21b85f8

Browse files
committed
Don't use pandas 3.0 just yet
1 parent fd6208d commit 21b85f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "modelskill"
1111
version = "1.4.dev0"
1212
dependencies = [
1313
"numpy > 1.24.4",
14-
"pandas >= 1.4",
14+
"pandas >= 1.4, < 3.0", # TODO remove upper limit
1515
"mikeio >= 1.2",
1616
"matplotlib",
1717
"xarray",

0 commit comments

Comments
 (0)