Commit 9f67ac2e authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #233 from poplav/bump_pandas_version

Update pandas version to 0.18*
parents e736784a 496a6e12
......@@ -17,7 +17,7 @@ USER $NB_USER
# Install Python 3 packages
RUN conda install --quiet --yes \
'ipywidgets=5.1*' \
'pandas=0.17*' \
'pandas=0.18*' \
'numexpr=2.5*' \
'matplotlib=1.5*' \
'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 \
'ipython=4.2*' \
'ipywidgets=5.1*' \
'pandas=0.17*' \
'pandas=0.18*' \
'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