linkedin / greykite

A flexible, intuitive and fast forecasting library
BSD 2-Clause "Simplified" License
1.81k stars 106 forks source link

Version 0.5.0 - broken macOS support with M1 chip due to incorrect version of pmdarima dependency #126

Open dubroviv opened 1 year ago

dubroviv commented 1 year ago

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).