mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Merge pull request #179 from parente/add-numexpr
Add numexpr to wherever pandas is
This commit is contained in:
@@ -48,6 +48,7 @@ USER jovyan
|
|||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'ipywidgets=4.1*' \
|
'ipywidgets=4.1*' \
|
||||||
'pandas=0.17*' \
|
'pandas=0.17*' \
|
||||||
|
'numexpr=2.5*' \
|
||||||
'matplotlib=1.5*' \
|
'matplotlib=1.5*' \
|
||||||
'scipy=0.17*' \
|
'scipy=0.17*' \
|
||||||
'seaborn=0.7*' \
|
'seaborn=0.7*' \
|
||||||
@@ -59,6 +60,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
|
|||||||
'ipython=4.1*' \
|
'ipython=4.1*' \
|
||||||
'ipywidgets=4.1*' \
|
'ipywidgets=4.1*' \
|
||||||
'pandas=0.17*' \
|
'pandas=0.17*' \
|
||||||
|
'numexpr=2.5*' \
|
||||||
'matplotlib=1.5*' \
|
'matplotlib=1.5*' \
|
||||||
'scipy=0.17*' \
|
'scipy=0.17*' \
|
||||||
'seaborn=0.7*' \
|
'seaborn=0.7*' \
|
||||||
|
@@ -18,6 +18,7 @@ USER jovyan
|
|||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'ipywidgets=4.1*' \
|
'ipywidgets=4.1*' \
|
||||||
'pandas=0.17*' \
|
'pandas=0.17*' \
|
||||||
|
'numexpr=2.5*' \
|
||||||
'matplotlib=1.5*' \
|
'matplotlib=1.5*' \
|
||||||
'scipy=0.17*' \
|
'scipy=0.17*' \
|
||||||
'seaborn=0.7*' \
|
'seaborn=0.7*' \
|
||||||
@@ -39,6 +40,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \
|
|||||||
'ipython=4.1*' \
|
'ipython=4.1*' \
|
||||||
'ipywidgets=4.1*' \
|
'ipywidgets=4.1*' \
|
||||||
'pandas=0.17*' \
|
'pandas=0.17*' \
|
||||||
|
'numexpr=2.5*' \
|
||||||
'matplotlib=1.5*' \
|
'matplotlib=1.5*' \
|
||||||
'scipy=0.17*' \
|
'scipy=0.17*' \
|
||||||
'seaborn=0.7*' \
|
'seaborn=0.7*' \
|
||||||
|
Reference in New Issue
Block a user