From 3cf62f84bf931c0cab4816ed7d5469476e70c248 Mon Sep 17 00:00:00 2001 From: CodeLionX Date: Sat, 20 Jan 2024 13:40:42 +0100 Subject: [PATCH] feat(pyod): update pyod version for all algorithms to latest --- 1-intermediate-images/pyod/Dockerfile | 2 +- 1-intermediate-images/pyod/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1-intermediate-images/pyod/Dockerfile b/1-intermediate-images/pyod/Dockerfile index 23269e7..72fe2ce 100644 --- a/1-intermediate-images/pyod/Dockerfile +++ b/1-intermediate-images/pyod/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="sebastian.schmidl@hpi.de" # install pyod library and cleanup afterwards RUN set -eux; \ - pip install --no-cache-dir pyod==0.9.2; \ + pip install --no-cache-dir pyod==1.1.2; \ find /usr/local -depth \ \( \ \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \ diff --git a/1-intermediate-images/pyod/version.txt b/1-intermediate-images/pyod/version.txt index 9325c3c..9e11b32 100644 --- a/1-intermediate-images/pyod/version.txt +++ b/1-intermediate-images/pyod/version.txt @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1