Bump to pandas 0.17.

(c) Copyright IBM Corp. 2015
This commit is contained in:
Justin Tyberg
2015-12-04 17:39:53 -05:00
parent 46178069c9
commit e53b288e6e
4 changed files with 16 additions and 16 deletions

View File

@@ -32,9 +32,9 @@ USER jovyan
# Install Python 3 packages
RUN conda install --yes \
'ipywidgets=4.0*' \
'pandas=0.16*' \
'pandas=0.17*' \
'matplotlib=1.4*' \
'scipy=0.15*' \
'scipy=0.16*' \
'seaborn=0.6*' \
'scikit-learn=0.16*' \
&& conda clean -yt
@@ -43,9 +43,9 @@ RUN conda install --yes \
RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
'ipython=4.0*' \
'ipywidgets=4.0*' \
'pandas=0.16*' \
'pandas=0.17*' \
'matplotlib=1.4*' \
'scipy=0.15*' \
'scipy=0.16*' \
'seaborn=0.6*' \
'scikit-learn=0.16*' \
pyzmq \