Add numexpr to wherever pandas is

Fixes #173

(c) Copyright IBM Corp. 2016
This commit is contained in:
Peter Parente
2016-04-10 14:41:58 -04:00
parent 44b7c2fff0
commit 42765a9617
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ USER jovyan
RUN conda install --quiet --yes \
'ipywidgets=4.1*' \
'pandas=0.17*' \
'numexpr=2.5*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
'seaborn=0.7*' \
@@ -59,6 +60,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
'ipython=4.1*' \
'ipywidgets=4.1*' \
'pandas=0.17*' \
'numexpr=2.5*' \
'matplotlib=1.5*' \
'scipy=0.17*' \
'seaborn=0.7*' \