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

MINIMAL_KATS = 1 is not working. Its trying to install all the dependencies from test_requirements.txt

nandi19k opened this issue · comments

this is the effect of neuralprophet in requirements.txt, where it probably shouldn't be. Also prophet appears in both requirements.txt and test_requirements.txt. These two dependecies in requirements.txt make MINIMAL_KATS option useless for now

this is the effect of neuralprophet in requirements.txt, where it probably shouldn't be. Also prophet appears in both requirements.txt and test_requirements.txt. These two dependecies in requirements.txt make MINIMAL_KATS option useless for now

Thanks for the bug report!

Looks like this was broken in 484191d