Skip to content

Commit 58169ec

Browse files
authored
Merge pull request #918 from rkdarst/scipy-version-updates
Update all package versions
2 parents 822f02b + fed5b9a commit 58169ec

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

all-spark-notebook/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ USER $NB_UID
2323

2424
# R packages
2525
RUN conda install --quiet --yes \
26-
'r-base=3.5.1' \
27-
'r-irkernel=0.8*' \
28-
'r-ggplot2=3.1*' \
29-
'r-sparklyr=0.9*' \
26+
'r-base=3.6.1' \
27+
'r-irkernel=1.0*' \
28+
'r-ggplot2=3.2*' \
29+
'r-sparklyr=1.0*' \
3030
'r-rcurl=1.95*' && \
3131
conda clean --all -f -y && \
3232
fix-permissions $CONDA_DIR && \

datascience-notebook/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ USER $NB_UID
4646
# R packages including IRKernel which gets installed globally.
4747
RUN conda install --quiet --yes \
4848
'rpy2=2.9*' \
49-
'r-base=3.5.1' \
50-
'r-irkernel=0.8*' \
49+
'r-base=3.6.1' \
50+
'r-irkernel=1.0*' \
5151
'r-plyr=1.8*' \
52-
'r-devtools=1.13*' \
52+
'r-devtools=2.1*' \
5353
'r-tidyverse=1.2*' \
54-
'r-shiny=1.2*' \
55-
'r-rmarkdown=1.11*' \
56-
'r-forecast=8.2*' \
54+
'r-shiny=1.3*' \
55+
'r-rmarkdown=1.14*' \
56+
'r-forecast=8.7*' \
5757
'r-rsqlite=2.1*' \
5858
'r-reshape2=1.4*' \
5959
'r-nycflights13=1.0*' \
@@ -62,8 +62,8 @@ RUN conda install --quiet --yes \
6262
'r-crayon=1.3*' \
6363
'r-randomforest=4.6*' \
6464
'r-htmltools=0.3*' \
65-
'r-sparklyr=0.9*' \
66-
'r-htmlwidgets=1.2*' \
65+
'r-sparklyr=1.0*' \
66+
'r-htmlwidgets=1.3*' \
6767
'r-hexbin=1.27*' && \
6868
conda clean --all -f -y && \
6969
fix-permissions $CONDA_DIR && \

r-notebook/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ USER $NB_UID
2525

2626
# R packages
2727
RUN conda install --quiet --yes \
28-
'r-base=3.5.1' \
28+
'r-base=3.6.1' \
2929
'r-rodbc=1.3*' \
3030
'unixodbc=2.3.*' \
31-
'r-irkernel=0.8*' \
31+
'r-irkernel=1.0*' \
3232
'r-plyr=1.8*' \
3333
'r-devtools=2.0*' \
3434
'r-tidyverse=1.2*' \
35-
'r-shiny=1.2*' \
36-
'r-rmarkdown=1.11*' \
37-
'r-forecast=8.2*' \
35+
'r-shiny=1.3*' \
36+
'r-rmarkdown=1.14*' \
37+
'r-forecast=8.7*' \
3838
'r-rsqlite=2.1*' \
3939
'r-reshape2=1.4*' \
4040
'r-nycflights13=1.0*' \
@@ -43,8 +43,8 @@ RUN conda install --quiet --yes \
4343
'r-crayon=1.3*' \
4444
'r-randomforest=4.6*' \
4545
'r-htmltools=0.3*' \
46-
'r-sparklyr=0.9*' \
47-
'r-htmlwidgets=1.2*' \
46+
'r-sparklyr=1.0*' \
47+
'r-htmlwidgets=1.3*' \
4848
'r-hexbin=1.27*' && \
4949
conda clean --all -f -y && \
5050
fix-permissions $CONDA_DIR

scipy-notebook/Dockerfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ USER $NB_UID
1818
RUN conda install --quiet --yes \
1919
'conda-forge::blas=*=openblas' \
2020
'ipywidgets=7.5*' \
21-
'pandas=0.24*' \
21+
'pandas=0.25*' \
2222
'numexpr=2.6*' \
2323
'matplotlib-base=3.1.*' \
24-
'scipy=1.2*' \
24+
'scipy=1.3*' \
2525
'seaborn=0.9*' \
26-
'scikit-learn=0.20*' \
27-
'scikit-image=0.14*' \
28-
'sympy=1.3*' \
26+
'scikit-learn=0.21*' \
27+
'scikit-image=0.15*' \
28+
'sympy=1.4*' \
2929
'cython=0.29*' \
3030
'patsy=0.5*' \
31-
'statsmodels=0.9*' \
32-
'cloudpickle=0.8*' \
33-
'dill=0.2*' \
34-
'dask=1.1.*' \
35-
'numba=0.42*' \
36-
'bokeh=1.0*' \
31+
'statsmodels=0.10*' \
32+
'cloudpickle=1.2*' \
33+
'dill=0.3*' \
34+
'dask=2.2.*' \
35+
'numba=0.45*' \
36+
'bokeh=1.3*' \
3737
'sqlalchemy=1.3*' \
3838
'hdf5=1.10*' \
3939
'h5py=2.9*' \
4040
'vincent=0.4.*' \
41-
'beautifulsoup4=4.7.*' \
42-
'protobuf=3.7.*' \
41+
'beautifulsoup4=4.8.*' \
42+
'protobuf=3.9.*' \
4343
'xlrd' && \
4444
conda clean --all -f -y && \
4545
# Activate ipywidgets extension in the environment that runs the notebook server

0 commit comments

Comments
 (0)