LeeDoYup / RobustSTL

Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
MIT License
271 stars 53 forks source link

Update the numpy requirement #12

Closed chuckcoleman closed 4 years ago

chuckcoleman commented 4 years ago

Today, I installed anaconda and updated all of its packages. I couldn't install with numpy==1.14.1 because of later dependencies caused failures. Changing this to numpy==1.18.1 in requirments.txt fixed the problem.

OS: MacOS 10.15.4 (19E287)

LeeDoYup commented 4 years ago

Thank you.