Problem:
Support for macOS with M1 chip is broken.
Reason:
With the release of version 0.5.0, the pmdarima dependency was changed from "pmdarima>=1.8.0" to "pmdarima>=1.8.0, <=1.8.5", but support for macOS with M1 chip was added in version 2.0.1.
Solution:
It is necessary to update the dependencies to "pmdarima>=1.8.5" (added support for Python 3.10) or "pmdarima>=2.0.1" (added support for macOS with M1 chip).
Problem: Support for macOS with M1 chip is broken.
Reason: With the release of version 0.5.0, the
pmdarima
dependency was changed from"pmdarima>=1.8.0"
to"pmdarima>=1.8.0, <=1.8.5"
, but support for macOS with M1 chip was added in version 2.0.1.Solution: It is necessary to update the dependencies to
"pmdarima>=1.8.5"
(added support for Python 3.10) or"pmdarima>=2.0.1"
(added support for macOS with M1 chip).