Commit 913c2772 authored by Peter Parente's avatar Peter Parente

Fix scipy-notebook build after pandas bump

patsy, numba, bokeh all need upgrade to satisfy conda constraints

(c) Copyright IBM Corp. 2015
parent 4ec01b31
......@@ -16,12 +16,12 @@ RUN conda install --yes \
'scikit-image=0.11*' \
'sympy=0.7*' \
'cython=0.22*' \
'patsy=0.3*' \
'patsy=0.4*' \
'statsmodels=0.6*' \
'cloudpickle=0.1*' \
'dill=0.2*' \
'numba=0.20*' \
'bokeh=0.9*' \
'numba=0.22*' \
'bokeh=0.10*' \
&& conda clean -yt
# Install Python 2 packages
......@@ -36,12 +36,12 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
'scikit-image=0.11*' \
'sympy=0.7*' \
'cython=0.22*' \
'patsy=0.3*' \
'patsy=0.4*' \
'statsmodels=0.6*' \
'cloudpickle=0.1*' \
'dill=0.2*' \
'numba=0.20*' \
'bokeh=0.9*' \
'numba=0.22*' \
'bokeh=0.10*' \
pyzmq \
&& conda clean -yt
......
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