Skip to content

Commit 437f1ef

Browse files
authored
Merge pull request #994 from maresb/patch-1
bump version numbers and add periods before *
2 parents e00fd05 + cd5df45 commit 437f1ef

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

scipy-notebook/Dockerfile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ USER $NB_UID
1818
RUN conda install --quiet --yes \
1919
'beautifulsoup4=4.8.*' \
2020
'conda-forge::blas=*=openblas' \
21-
'bokeh=1.4*' \
22-
'cloudpickle=1.2*' \
23-
'cython=0.29*' \
21+
'bokeh=1.4.*' \
22+
'cloudpickle=1.2.*' \
23+
'cython=0.29.*' \
2424
'dask=2.9.*' \
25-
'dill=0.3*' \
26-
'h5py=2.10*' \
27-
'hdf5=1.10*' \
28-
'ipywidgets=7.5*' \
25+
'dill=0.3.*' \
26+
'h5py=2.10.*' \
27+
'hdf5=1.10.*' \
28+
'ipywidgets=7.5.*' \
2929
'matplotlib-base=3.1.*' \
30-
'numba=0.45*' \
31-
'numexpr=2.6*' \
32-
'pandas=0.25*' \
33-
'patsy=0.5*' \
34-
'protobuf=3.9.*' \
35-
'scikit-image=0.15*' \
36-
'scikit-learn=0.21*' \
37-
'scipy=1.3*' \
38-
'seaborn=0.9*' \
39-
'sqlalchemy=1.3*' \
40-
'statsmodels=0.10*' \
41-
'sympy=1.4*' \
30+
'numba=0.48.*' \
31+
'numexpr=2.7.*' \
32+
'pandas=0.25.*' \
33+
'patsy=0.5.*' \
34+
'protobuf=3.11.*' \
35+
'scikit-image=0.16.*' \
36+
'scikit-learn=0.22.*' \
37+
'scipy=1.4.*' \
38+
'seaborn=0.9.*' \
39+
'sqlalchemy=1.3.*' \
40+
'statsmodels=0.11.*' \
41+
'sympy=1.5.*' \
4242
'vincent=0.4.*' \
4343
'xlrd' \
4444
&& \

tensorflow-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ LABEL maintainer="Jupyter Project <[email protected]>"
77

88
# Install Tensorflow
99
RUN pip install --quiet \
10-
'tensorflow==2.0.0' && \
10+
'tensorflow==2.1.0' && \
1111
fix-permissions $CONDA_DIR && \
1212
fix-permissions /home/$NB_USER

0 commit comments

Comments
 (0)