We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9213e commit aefcb11Copy full SHA for aefcb11
1 file changed
pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
27
"networkx>=2.7",
28
"numpy<2; python_version < '3.11'",
29
"numpy; python_version >= '3.11'",
30
- "pandas",
+ "pandas<3.0.0",
31
"pyomo",
32
"scikit-learn",
33
"scipy",
0 commit comments