Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dubroviv opened this issue Jul 11, 2023 · 0 comments

Comments

@dubroviv
Copy link

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

shicholas added a commit to shicholas/greykite that referenced this issue Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant