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.58k stars 232 forks source link

[MRG] Remove pkg_resources #546

Closed aaronreidsmith closed 1 year ago

aaronreidsmith commented 1 year ago

Description

Remove pkg_resources because it is deprecated. Replace with what pkg_resources.parse_version calls under the hood

Type of change

How Has This Been Tested?

Checklist: