Skip to content

Commit

Permalink
Merge pull request #994 from maresb/patch-1
Browse files Browse the repository at this point in the history
bump version numbers and add periods before *
  • Loading branch information
parente committed Jan 28, 2020
2 parents e00fd05 + cd5df45 commit 437f1ef
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
&& \
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 437f1ef

Please sign in to comment.