Skip to content

Commit bfac2f5

Browse files
author
Martin Strauch
committedOct 14, 2020
added version numbers
1 parent f8fda01 commit bfac2f5

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed
 

Diff for: ‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN conda install --quiet --yes \
88
'opencv==4.2.0' \
99
'numpy=' \
1010
'matplotlib' \
11-
'scikit-learn' \
12-
'Pillow' \
11+
'scikit-learn==0.23.2' \
12+
'Pillow==7.2.0' \
1313
'cython==0.29.15' && \
1414
conda clean --all
1515

Diff for: ‎V8/requirements.txt

-7
This file was deleted.

0 commit comments

Comments
 (0)