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

[MRG] Add M1 mac builds and fix nightly build #513

Closed aaronreidsmith closed 2 years ago

aaronreidsmith commented 2 years ago

Description

Refactors our GHA builds to use cibuildwheel. Here are the wheels we get now (as well as our source distribution):

Also moves our nightly build to cibuildwheel

Type of change

How Has This Been Tested?

Wheels are built and tests pass. I would like to do an rc deploy to make sure the generated wheels upload correctly, but otherwise I think this is a fairly safe change.

Checklist: