Skip to content

Commit 9e75ea4

Browse files
author
Sebastian Schmidl
authored
(pyod) Update pyod version of intermediate image to latest (#45)
feat(pyod): update pyod version for all algorithms to latest
1 parent 37c2e33 commit 9e75ea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1-intermediate-images/pyod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL maintainer="sebastian.schmidl@hpi.de"
44

55
# install pyod library and cleanup afterwards
66
RUN set -eux; \
7-
pip install --no-cache-dir pyod==0.9.2; \
7+
pip install --no-cache-dir pyod==1.1.2; \
88
find /usr/local -depth \
99
\( \
1010
\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)