mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix datascience-notebook build after pandas bump
patsy, numba, bokeh all need upgrade to satisfy conda constraints (c) Copyright IBM Corp. 2015
This commit is contained in:
@@ -31,12 +31,12 @@ RUN conda install --yes \
|
|||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
'sympy=0.7*' \
|
'sympy=0.7*' \
|
||||||
'cython=0.22*' \
|
'cython=0.22*' \
|
||||||
'patsy=0.3*' \
|
'patsy=0.4*' \
|
||||||
'statsmodels=0.6*' \
|
'statsmodels=0.6*' \
|
||||||
'cloudpickle=0.1*' \
|
'cloudpickle=0.1*' \
|
||||||
'dill=0.2*' \
|
'dill=0.2*' \
|
||||||
'numba=0.20*' \
|
'numba=0.22*' \
|
||||||
'bokeh=0.9*' \
|
'bokeh=0.10*' \
|
||||||
&& conda clean -yt
|
&& conda clean -yt
|
||||||
|
|
||||||
# Install Python 2 packages
|
# Install Python 2 packages
|
||||||
@@ -51,12 +51,12 @@ RUN conda create -p $CONDA_DIR/envs/python2 python=2.7 \
|
|||||||
'scikit-image=0.11*' \
|
'scikit-image=0.11*' \
|
||||||
'sympy=0.7*' \
|
'sympy=0.7*' \
|
||||||
'cython=0.22*' \
|
'cython=0.22*' \
|
||||||
'patsy=0.3*' \
|
'patsy=0.4*' \
|
||||||
'statsmodels=0.6*' \
|
'statsmodels=0.6*' \
|
||||||
'cloudpickle=0.1*' \
|
'cloudpickle=0.1*' \
|
||||||
'dill=0.2*' \
|
'dill=0.2*' \
|
||||||
'numba=0.20*' \
|
'numba=0.22*' \
|
||||||
'bokeh=0.9*' \
|
'bokeh=0.10*' \
|
||||||
pyzmq \
|
pyzmq \
|
||||||
&& conda clean -yt
|
&& conda clean -yt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user