Skip to content

Commit 7dd516c

Browse files
authored
Merge pull request #1361 from mathbunnyru/asalikhov/updates
Update packages
2 parents 752486c + b939948 commit 7dd516c

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ build-test-all: $(foreach I,$(ALL_IMAGES), build/$(I) test/$(I) ) ## build and t
3838

3939
check-outdated/%: ## check the outdated conda packages in a stack and produce a report (experimental)
4040
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test/test_outdated.py
41+
check-outdated-all: $(foreach I,$(ALL_IMAGES), check-outdated/$(I) ) ## check all the stacks for outdated conda packages
4142

4243
cont-clean-all: cont-stop-all cont-rm-all ## clean all containers (stop + rm)
4344

all-spark-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ USER ${NB_UID}
2323

2424
# R packages including IRKernel which gets installed globally.
2525
RUN mamba install --quiet --yes \
26-
'r-base=4.0.5' \
26+
'r-base=4.1.0' \
2727
'r-ggplot2=3.3*' \
2828
'r-irkernel=1.2*' \
2929
'r-rcurl=1.98*' \
30-
'r-sparklyr=1.6*' && \
30+
'r-sparklyr=1.7*' && \
3131
mamba clean --all -f -y && \
3232
fix-permissions "${CONDA_DIR}" && \
3333
fix-permissions "/home/${NB_USER}"

datascience-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ USER ${NB_UID}
5454

5555
# R packages including IRKernel which gets installed globally.
5656
RUN conda install --quiet --yes \
57-
'r-base=4.0.5' \
57+
'r-base=4.1.0' \
5858
'r-caret=6.0*' \
5959
'r-crayon=1.4*' \
6060
'r-devtools=2.4*' \
61-
'r-forecast=8.14*' \
61+
'r-forecast=8.15*' \
6262
'r-hexbin=1.28*' \
6363
'r-htmltools=0.5*' \
6464
'r-htmlwidgets=1.5*' \

r-notebook/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ USER ${NB_UID}
2525

2626
# R packages including IRKernel which gets installed globally.
2727
RUN conda install --quiet --yes \
28-
'r-base=4.0.5' \
28+
'r-base=4.1.0' \
2929
'r-caret=6.*' \
3030
'r-crayon=1.4*' \
3131
'r-devtools=2.4*' \
32-
'r-forecast=8.14*' \
32+
'r-forecast=8.15*' \
3333
'r-hexbin=1.28*' \
3434
'r-htmltools=0.5*' \
3535
'r-htmlwidgets=1.5*' \

scipy-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN conda install --quiet --yes \
2323
'cloudpickle=1.6.*' \
2424
'conda-forge::blas=*=openblas' \
2525
'cython=0.29.*' \
26-
'dask=2021.5.*' \
26+
'dask=2021.6.*' \
2727
'dill=0.3.*' \
2828
'h5py=3.2.*' \
2929
'ipympl=0.7.*'\

0 commit comments

Comments
 (0)