Commit 23dbbebd authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #291 from ljishen/master

Update pandas to version 0.19*
parents 1c812e5e 86b34067
......@@ -19,7 +19,7 @@ USER $NB_USER
# use notebook-friendly backends in these images
RUN conda install --quiet --yes \
'ipywidgets=5.2*' \
'pandas=0.18*' \
'pandas=0.19*' \
'numexpr=2.5*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
......@@ -49,7 +49,7 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix
RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'ipython=4.2*' \
'ipywidgets=5.2*' \
'pandas=0.18*' \
'pandas=0.19*' \
'numexpr=2.5*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
......
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