Commit 437f1ef9 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #994 from maresb/patch-1

bump version numbers and add periods before *
parents e00fd053 cd5df45a
......@@ -18,27 +18,27 @@ USER $NB_UID
RUN conda install --quiet --yes \
'beautifulsoup4=4.8.*' \
'conda-forge::blas=*=openblas' \
'bokeh=1.4*' \
'cloudpickle=1.2*' \
'cython=0.29*' \
'bokeh=1.4.*' \
'cloudpickle=1.2.*' \
'cython=0.29.*' \
'dask=2.9.*' \
'dill=0.3*' \
'h5py=2.10*' \
'hdf5=1.10*' \
'ipywidgets=7.5*' \
'dill=0.3.*' \
'h5py=2.10.*' \
'hdf5=1.10.*' \
'ipywidgets=7.5.*' \
'matplotlib-base=3.1.*' \
'numba=0.45*' \
'numexpr=2.6*' \
'pandas=0.25*' \
'patsy=0.5*' \
'protobuf=3.9.*' \
'scikit-image=0.15*' \
'scikit-learn=0.21*' \
'scipy=1.3*' \
'seaborn=0.9*' \
'sqlalchemy=1.3*' \
'statsmodels=0.10*' \
'sympy=1.4*' \
'numba=0.48.*' \
'numexpr=2.7.*' \
'pandas=0.25.*' \
'patsy=0.5.*' \
'protobuf=3.11.*' \
'scikit-image=0.16.*' \
'scikit-learn=0.22.*' \
'scipy=1.4.*' \
'seaborn=0.9.*' \
'sqlalchemy=1.3.*' \
'statsmodels=0.11.*' \
'sympy=1.5.*' \
'vincent=0.4.*' \
'xlrd' \
&& \
......
......@@ -7,6 +7,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN pip install --quiet \
'tensorflow==2.0.0' && \
'tensorflow==2.1.0' && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
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