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

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

Closed nandi19k closed 1 year ago

nandi19k commented 1 year ago

image

marekb-sci commented 1 year ago

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

michaelbrundage commented 1 year ago

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!

michaelbrundage commented 1 year ago

Looks like this was broken in 484191df88db2f9f4e6b6cd1d4903f09015131f0