File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
133
133
RUN conda install --quiet --yes \
134
134
'notebook=6.2.0' \
135
135
'jupyterhub=1.3.0' \
136
- 'jupyterlab=3.0.5 ' && \
136
+ 'jupyterlab=3.0.7 ' && \
137
137
conda clean --all -f -y && \
138
138
npm cache clean --force && \
139
139
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ USER $NB_UID
60
60
RUN conda install --quiet --yes \
61
61
'r-base=4.0.3' \
62
62
'r-caret=6.0*' \
63
- 'r-crayon=1.3 *' \
63
+ 'r-crayon=1.4 *' \
64
64
'r-devtools=2.3*' \
65
65
'r-forecast=8.13*' \
66
66
'r-hexbin=1.28*' \
@@ -72,7 +72,7 @@ RUN conda install --quiet --yes \
72
72
'r-rcurl=1.98*' \
73
73
'r-rmarkdown=2.6*' \
74
74
'r-rsqlite=2.2*' \
75
- 'r-shiny=1.5 *' \
75
+ 'r-shiny=1.6 *' \
76
76
'r-tidyverse=1.3*' \
77
77
'rpy2=3.4*' && \
78
78
conda clean --all -f -y && \
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ USER $NB_UID
27
27
RUN conda install --quiet --yes \
28
28
'r-base=4.0.3' \
29
29
'r-caret=6.*' \
30
- 'r-crayon=1.3 *' \
30
+ 'r-crayon=1.4 *' \
31
31
'r-devtools=2.3*' \
32
32
'r-forecast=8.13*' \
33
33
'r-hexbin=1.28*' \
@@ -40,7 +40,7 @@ RUN conda install --quiet --yes \
40
40
'r-rmarkdown=2.6*' \
41
41
'r-rodbc=1.3*' \
42
42
'r-rsqlite=2.2*' \
43
- 'r-shiny=1.5 *' \
43
+ 'r-shiny=1.6 *' \
44
44
'r-tidyverse=1.3*' \
45
45
'unixodbc=2.3.*' \
46
46
'r-tidymodels=0.1*' \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN conda install --quiet --yes \
22
22
'bottleneck=1.3.*' \
23
23
'cloudpickle=1.6.*' \
24
24
'cython=0.29.*' \
25
- 'dask=2021.1 .*' \
25
+ 'dask=2021.2 .*' \
26
26
'dill=0.3.*' \
27
27
'h5py=3.1.*' \
28
28
'ipywidgets=7.6.*' \
You can’t perform that action at this time.
0 commit comments