update pandas version to 0.18*

This commit is contained in:
Michael Poplavski
2016-07-06 16:27:07 -05:00
parent e736784a1a
commit 496a6e1242

View File

@@ -17,7 +17,7 @@ USER $NB_USER
# Install Python 3 packages # Install Python 3 packages
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'ipywidgets=5.1*' \ 'ipywidgets=5.1*' \
'pandas=0.17*' \ 'pandas=0.18*' \
'numexpr=2.5*' \ 'numexpr=2.5*' \
'matplotlib=1.5*' \ 'matplotlib=1.5*' \
'scipy=0.17*' \ 'scipy=0.17*' \
@@ -41,7 +41,7 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'ipython=4.2*' \ 'ipython=4.2*' \
'ipywidgets=5.1*' \ 'ipywidgets=5.1*' \
'pandas=0.17*' \ 'pandas=0.18*' \
'numexpr=2.5*' \ 'numexpr=2.5*' \
'matplotlib=1.5*' \ 'matplotlib=1.5*' \
'scipy=0.17*' \ 'scipy=0.17*' \