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