Fix matplotlib version typo

Getting ahead of myself here ...
This commit is contained in:
Peter Parente
2019-03-07 21:09:54 -05:00
parent 313ceb794c
commit a772c9ab6b

View File

@@ -22,7 +22,7 @@ RUN conda install --quiet --yes \
'ipywidgets=7.4*' \ 'ipywidgets=7.4*' \
'pandas=0.24*' \ 'pandas=0.24*' \
'numexpr=2.6*' \ 'numexpr=2.6*' \
'matplotlib=3.3*' \ 'matplotlib=3.0*' \
'scipy=1.2*' \ 'scipy=1.2*' \
'seaborn=0.9*' \ 'seaborn=0.9*' \
'scikit-learn=0.20*' \ 'scikit-learn=0.20*' \