Skip to content

Commit

Permalink
feat(pyod): update pyod version for all algorithms to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLionX committed Jan 20, 2024
1 parent 37c2e33 commit 3cf62f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1-intermediate-images/pyod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"

# 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 \) \) \
Expand Down
2 changes: 1 addition & 1 deletion 1-intermediate-images/pyod/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit 3cf62f8

Please sign in to comment.