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 require high version of numpy #290

Open Adair1990 opened 1 year ago

Adair1990 commented 1 year ago

could kats require low version of numpy? so it will not generate conflicts with other python packages. i want use kats in the pyspark platform but i conflict with the low version of pyarrow==0.14.0.thanks

ujjwalbhatnagar commented 1 year ago

Yes, Facebook Research KATS can require a low version of Numpy. The most recent version of KATS is tested with Numpy 1.19.x, which is a low version of Numpy. However, you will need to ensure that any other packages used with KATS are compatible with the same version of Numpy. Additionally, it is important to note that even with a low version of Numpy, there may still be conflicts with other Python packages.