Skip to content

Commit 7999479

Browse files
authored
Merge pull request #1395 from mathbunnyru/asalikhov/some_updates
Update mamba and some packages
2 parents 73546b7 + 78a7275 commit 7999479

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ USER root
2424
# (ARGS are in lower case to distinguish them from ENV)
2525
# Check https://github.com/conda-forge/miniforge/releases
2626
# Conda version
27-
ARG conda_version="4.10.1"
27+
ARG conda_version="4.10.2"
2828
# Miniforge installer patch version
29-
ARG miniforge_patch_number="5"
29+
ARG miniforge_patch_number="0"
3030
# Miniforge installer architecture
3131
ARG miniforge_arch="x86_64"
3232
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
@@ -39,7 +39,7 @@ ARG miniforge_version="${conda_version}-${miniforge_patch_number}"
3939
# Miniforge installer
4040
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
4141
# Miniforge checksum
42-
ARG miniforge_checksum="069e151cae85ed4747721e938e7974aa00889a1ae87cff33ddbdde9530fc4c6d"
42+
ARG miniforge_checksum="1e89ee86afa06e23b2478579be16a33fff6cff346314f6a6382fd20b1f83e669"
4343

4444
# Install all OS dependencies for notebook server that starts but lacks all
4545
# features (e.g., download as all possible file formats)

scipy-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ RUN conda install --quiet --yes \
2525
'cython=0.29.*' \
2626
'dask=2021.6.*' \
2727
'dill=0.3.*' \
28-
'h5py=3.2.*' \
28+
'h5py=3.3.*' \
2929
'ipympl=0.7.*'\
3030
'ipywidgets=7.6.*' \
3131
'matplotlib-base=3.4.*' \
3232
'numba=0.53.*' \
3333
'numexpr=2.7.*' \
34-
'pandas=1.2.*' \
34+
'pandas=1.3.*' \
3535
'patsy=0.5.*' \
3636
'protobuf=3.17.*' \
3737
'pytables=3.6.*' \
3838
'scikit-image=0.18.*' \
3939
'scikit-learn=0.24.*' \
40-
'scipy=1.6.*' \
40+
'scipy=1.7.*' \
4141
'seaborn=0.11.*' \
4242
'sqlalchemy=1.4.*' \
4343
'statsmodels=0.12.*' \

0 commit comments

Comments
 (0)