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+1] Fix bug introduced by latest setuptools #491

Closed aaronreidsmith closed 2 years ago

aaronreidsmith commented 2 years ago

Description

I think builds are failing because of the new setuptools version. This PR (hopefully) fixes that

https://github.com/pypa/setuptools/issues/3197

Type of change

How Has This Been Tested?

Hoping it passes on CI 🤞🏻

Checklist:

N/A