Skip to content

Commit 8e8b138

Browse files
Fix ImportError during unit tests bump scikit-learn
1 parent f880658 commit 8e8b138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN conda install -y python=3.7.1 \
123123
mkl-service \
124124
numpy=1.19 \
125125
scipy=1.5 \
126-
scikit-learn=0.19 \
126+
'scikit-learn>=0.21' \
127127
matplotlib=2.2.2 \
128128
pandas=0.23.4 \
129129
libxml2=2.9.8 \

0 commit comments

Comments
 (0)