bug: pmdarima is incompatible with NumPy >= 2.0.0 #12
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Bug Description
Changes to
numpy
in v2.0.0 break the current version ofpmdarima
.Expected Behavior
pmdarima
should import and run as normal.Actual Behavior
pmdarima does not import.
Possible Workaround
Install
numpy==1.26.4
andpandas==2.2.2
and check if importing the packages -pmdarima
,numpy
, andpandas
- work.The text was updated successfully, but these errors were encountered: