Skip to content

Commit aefcb11

Browse files
committed
preventive breaking changes with pandas v3
1 parent be9213e commit aefcb11

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"networkx>=2.7",
2828
"numpy<2; python_version < '3.11'",
2929
"numpy; python_version >= '3.11'",
30-
"pandas",
30+
"pandas<3.0.0",
3131
"pyomo",
3232
"scikit-learn",
3333
"scipy",

0 commit comments

Comments
 (0)