bump to netdata-pandas==0.0.38 (#11022)
Andrew Maguire committed
Apr 26, 2021 at 10:36 UTC
608759f255107f30b599c2140ec55a867822258e
2 files changed
+2
-2
docs/guides/monitor/anomaly-detection.md
+1
-1
@@ -55,7 +55,7 @@ repo](https://github.com/netdata/community/tree/main/netdata-agent-api/netdata-p
55
sudo su -s /bin/bash netdata
56
57
# Install required packages for the netdata user
58
-pip3 install --user netdata-pandas==0.0.32 numba==0.50.1 scikit-learn==0.23.2 pyod==0.8.3
58
+pip3 install --user netdata-pandas==0.0.38 numba==0.50.1 scikit-learn==0.23.2 pyod==0.8.3
59
```
60
61
> If the `pip3` command fails, you need to install it. For example, on an Ubuntu system, use `sudo apt install
docs/guides/monitor/raspberry-pi-anomaly-detection.md
+1
-1
@@ -56,7 +56,7 @@ sudo su -s /bin/bash netdata
56
Then pass in the location to find `llvm` as an environment variable for `pip3`.
57
58
```bash
59
-LLVM_CONFIG=llvm-config-9 pip3 install --user llvmlite numpy==1.20.1 netdata-pandas==0.0.32 numba==0.50.1 scikit-learn==0.23.2 pyod==0.8.3
59
+LLVM_CONFIG=llvm-config-9 pip3 install --user llvmlite numpy==1.20.1 netdata-pandas==0.0.38 numba==0.50.1 scikit-learn==0.23.2 pyod==0.8.3
60
```
61
62
## Enable the anomalies collector