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

Remove numpy version upper bound #271

Open adamantike opened 1 year ago

adamantike commented 1 year ago

In https://github.com/facebookresearch/Kats/commit/6fa409d19395057479bb8044f204486ac849784b, numpy was constrained to versions older than 1.22, because of numba not supporting newer versions.

However, numba added support for newer numpy versions in https://github.com/numba/numba/commit/0b7061ed7360933211b6e21cc34c288999270b6b.

adamantike commented 1 year ago

Bump! Is there anything I can help with to move forward with this change?