Commit 2d9e7d20 authored by Ben Mares's avatar Ben Mares

Switch to matplotlib-base to avoid qt dependency, increase version to 3.1

parent 0c84b71d
...@@ -20,7 +20,7 @@ RUN conda install --quiet --yes \ ...@@ -20,7 +20,7 @@ RUN conda install --quiet --yes \
'ipywidgets=7.5*' \ 'ipywidgets=7.5*' \
'pandas=0.24*' \ 'pandas=0.24*' \
'numexpr=2.6*' \ 'numexpr=2.6*' \
'matplotlib=3.0*' \ 'matplotlib-base=3.1.*' \
'scipy=1.2*' \ 'scipy=1.2*' \
'seaborn=0.9*' \ 'seaborn=0.9*' \
'scikit-learn=0.20*' \ 'scikit-learn=0.20*' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment