alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.57k stars 231 forks source link

Add support to release aarch64 wheels #434

Closed odidev closed 2 years ago

odidev commented 3 years ago

Problem

On aarch64, ‘pip install pmdarima’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes more time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install pmdarima’ should download the wheels from pypi

@aaronreidsmith, Please let me know your interest in releasing aarch64 wheels. I can help with this.