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

Support python 3.10 #481

Closed freddyaboulton closed 2 years ago

freddyaboulton commented 2 years ago

Is your feature request related to a problem? Please describe.

pmd arima does not publish wheels for python 3.10:

https://pypi.org/project/pmdarima/#files .

This means users have to build pmdarima from source if they want to use it in python 3.10.

Describe the solution you'd like

pmdarima publishes pre-built wheels for python 3.10 for windows, mac, linux.

Describe alternatives you've considered

-

Additional Context

No response

aaronreidsmith commented 2 years ago

Yep, agreed. We added 3.10 support in master with #459 but we need to get a release out so people can actually use it. We'll get one out soon!

bashtage commented 2 years ago

Removed since I misread the reqs. Only !=0.12.0.

tgsmith61591 commented 2 years ago

Version 1.8.5 was released this morning and includes builds for Python 3.10