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.85k stars 530 forks source link

kats 0.2.0 ax-platform dependency #319

Open yannmean opened 1 year ago

yannmean commented 1 year ago

According to the requirement.txt, kats requires ax-platform=0.2.9, however, when I install ax-platform 0.2.9, got the following message: kats 0.2.0 requires ax-platform==0.2.4, but you have ax-platform 0.2.9 which is incompatible.

The message indicates it requires ax-flatform 0.2.4..

Could you please tell me which version of ax-platform kats actually depend on? thanks.