Skip to content

Commit c3d5df6

Browse files
authored
Merge pull request #1236 from romainx/update_2021-02-11
Regular update
2 parents 016833b + c84ea78 commit c3d5df6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
133133
RUN conda install --quiet --yes \
134134
'notebook=6.2.0' \
135135
'jupyterhub=1.3.0' \
136-
'jupyterlab=3.0.5' && \
136+
'jupyterlab=3.0.7' && \
137137
conda clean --all -f -y && \
138138
npm cache clean --force && \
139139
jupyter notebook --generate-config && \

datascience-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ USER $NB_UID
6060
RUN conda install --quiet --yes \
6161
'r-base=4.0.3' \
6262
'r-caret=6.0*' \
63-
'r-crayon=1.3*' \
63+
'r-crayon=1.4*' \
6464
'r-devtools=2.3*' \
6565
'r-forecast=8.13*' \
6666
'r-hexbin=1.28*' \
@@ -72,7 +72,7 @@ RUN conda install --quiet --yes \
7272
'r-rcurl=1.98*' \
7373
'r-rmarkdown=2.6*' \
7474
'r-rsqlite=2.2*' \
75-
'r-shiny=1.5*' \
75+
'r-shiny=1.6*' \
7676
'r-tidyverse=1.3*' \
7777
'rpy2=3.4*' && \
7878
conda clean --all -f -y && \

r-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER $NB_UID
2727
RUN conda install --quiet --yes \
2828
'r-base=4.0.3' \
2929
'r-caret=6.*' \
30-
'r-crayon=1.3*' \
30+
'r-crayon=1.4*' \
3131
'r-devtools=2.3*' \
3232
'r-forecast=8.13*' \
3333
'r-hexbin=1.28*' \
@@ -40,7 +40,7 @@ RUN conda install --quiet --yes \
4040
'r-rmarkdown=2.6*' \
4141
'r-rodbc=1.3*' \
4242
'r-rsqlite=2.2*' \
43-
'r-shiny=1.5*' \
43+
'r-shiny=1.6*' \
4444
'r-tidyverse=1.3*' \
4545
'unixodbc=2.3.*' \
4646
'r-tidymodels=0.1*' \

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN conda install --quiet --yes \
2222
'bottleneck=1.3.*' \
2323
'cloudpickle=1.6.*' \
2424
'cython=0.29.*' \
25-
'dask=2021.1.*' \
25+
'dask=2021.2.*' \
2626
'dill=0.3.*' \
2727
'h5py=3.1.*' \
2828
'ipywidgets=7.6.*' \

0 commit comments

Comments
 (0)