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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for python 3.9

dakilasera opened this issue · comments

Hi,

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

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

requirements.txt should be updated for 3.9

"importlib_metadata; python_version < '3.8'"

PRs welcome :)