We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c2e33 commit 9e75ea4Copy full SHA for 9e75ea4
1-intermediate-images/pyod/Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer="sebastian.schmidl@hpi.de"
4
5
# install pyod library and cleanup afterwards
6
RUN set -eux; \
7
- pip install --no-cache-dir pyod==0.9.2; \
+ pip install --no-cache-dir pyod==1.1.2; \
8
find /usr/local -depth \
9
\( \
10
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
1-intermediate-images/pyod/version.txt
@@ -1 +1 @@
1
-0.3.0
+0.3.1
0 commit comments