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.59k stars 234 forks source link

anaconda #443

Closed pouriaI5O closed 3 years ago

pouriaI5O commented 3 years ago

how install latest version in anaconda?

aaronreidsmith commented 3 years ago

Tl;dr

conda config --add channels conda-forge
conda config --set channel_priority strict
conda install pmdarima

Longer version

We do not maintain the conda distribution ourselves, it is over at https://github.com/conda-forge/pmdarima-feedstock. Although, it may be worth adding something to our README to include this information and the link. The latest version currently available (on PyPI and Conda) is 1.8.2, with 1.8.3 coming soon.

See https://github.com/conda-forge/pmdarima-feedstock#installing-pmdarima for more detail.