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] Update macOS version we build on and update Cython pin #511

Closed aaronreidsmith closed 2 years ago

aaronreidsmith commented 2 years ago

Description

Cython version 0.29.31 broke our nightly build, so we want to avoid that (we have confirmed that the new 0.29.32 works). Separately macOS 10.15 is deprecated by GitHub so we bump to macos-latest (which is currently macOS 11).

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

CI/CD passes

Checklist: