facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.88k stars 534 forks source link

Support for python 3.9 #257

Closed dakilasera closed 1 year ago

dakilasera commented 2 years ago

Hi,

Do you have any plans on upgrading for python 3.9 any sooner?

michaelbrundage commented 1 year ago

FWIW, I've been using Kats on Python 3.9.9 without issues.

michaelbrundage commented 1 year ago

Fixed in f94b90afb5754da86fbba65c0d3a7a11979f6e0b

dakilasera commented 1 year ago

requirements.txt should be updated for 3.9

"importlib_metadata; python_version < '3.8'"

michaelbrundage commented 1 year ago

PRs welcome :)