Skip to content

Commit d38137b

Browse files
committed
Downgrade NumPy to pre 2.0.0
NumPy 2.0.0 is not compatible with Pandas.
1 parent 9adcd23 commit d38137b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dependencies = [
1414
"highspy >= 1.7.2",
1515
"matplotlib >= 3.7.1",
1616
"networkx >= 3.1.0",
17-
"numpy >= 1.26.0",
17+
"numpy == 1.26.4",
1818
"pandas >= 2.1.1",
19+
"pmdarima >= 2.0.4",
1920
"scipy >= 1.11.3",
2021
"scikit-learn >= 1.5.2",
2122
"statsmodels >= 0.14.4",

0 commit comments

Comments
 (0)