Skip to content

Commit 3a3d837

Browse files
Pin scikit-learn and pandas to specific versions
- Required by `nilearn`
1 parent 8e8b138 commit 3a3d837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ RUN conda install -y python=3.7.1 \
123123
mkl-service \
124124
numpy=1.19 \
125125
scipy=1.5 \
126-
'scikit-learn>=0.21' \
126+
scikit-learn=0.21 \
127127
matplotlib=2.2.2 \
128-
pandas=0.23.4 \
128+
pandas=0.24 \
129129
libxml2=2.9.8 \
130130
libxslt=1.1.32 \
131131
graphviz=2.40.1 \

0 commit comments

Comments
 (0)