AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597 stars 151 forks source link

added numpy in requirment.txt #121

Closed ankit864 closed 4 years ago

ankit864 commented 4 years ago

numpy is required for Prophet lib, while running pip install -r requirement.txt if numpy is not available prophet installation will exit with error

ghost commented 4 years ago

Build succeeded.

4n4nd commented 4 years ago

that's weird, I think numpy is a dependency for pandas as well. so it should install numpy when it installs pandas. Was there an issue?

ankit864 commented 4 years ago

i think got error because of prophet lib require newer version of numpy. @4n4nd

ghost commented 4 years ago

Build succeeded.