Skip to content

Commit f487ba3

Browse files
authored
Merge pull request #59 from oesteban/maint/docker-deps
MAINT: Update scipy dependencies (to support latest SDCFlows)
2 parents 22125d7 + 91d16fd commit f487ba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ ENV PATH=/usr/local/miniconda/bin:$PATH \
140140
RUN conda install -y python=3.7.1 \
141141
mkl=2018.0.3 \
142142
mkl-service \
143-
numpy=1.15.4 \
144-
scipy=1.1.0 \
145-
scikit-learn=0.19.1 \
143+
numpy=1.20 \
144+
scipy=1.6 \
145+
scikit-learn=0.19 \
146146
matplotlib=2.2.2 \
147147
pandas=0.23.4 \
148148
libxml2=2.9.8 \

0 commit comments

Comments
 (0)