File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ USER root
24
24
# (ARGS are in lower case to distinguish them from ENV)
25
25
# Check https://github.com/conda-forge/miniforge/releases
26
26
# Conda version
27
- ARG conda_version="4.10.1 "
27
+ ARG conda_version="4.10.2 "
28
28
# Miniforge installer patch version
29
- ARG miniforge_patch_number="5 "
29
+ ARG miniforge_patch_number="0 "
30
30
# Miniforge installer architecture
31
31
ARG miniforge_arch="x86_64"
32
32
# 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}"
39
39
# Miniforge installer
40
40
ARG miniforge_installer="${miniforge_python}-${miniforge_version}-Linux-${miniforge_arch}.sh"
41
41
# Miniforge checksum
42
- ARG miniforge_checksum="069e151cae85ed4747721e938e7974aa00889a1ae87cff33ddbdde9530fc4c6d "
42
+ ARG miniforge_checksum="1e89ee86afa06e23b2478579be16a33fff6cff346314f6a6382fd20b1f83e669 "
43
43
44
44
# Install all OS dependencies for notebook server that starts but lacks all
45
45
# features (e.g., download as all possible file formats)
Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ RUN conda install --quiet --yes \
25
25
'cython=0.29.*' \
26
26
'dask=2021.6.*' \
27
27
'dill=0.3.*' \
28
- 'h5py=3.2 .*' \
28
+ 'h5py=3.3 .*' \
29
29
'ipympl=0.7.*' \
30
30
'ipywidgets=7.6.*' \
31
31
'matplotlib-base=3.4.*' \
32
32
'numba=0.53.*' \
33
33
'numexpr=2.7.*' \
34
- 'pandas=1.2 .*' \
34
+ 'pandas=1.3 .*' \
35
35
'patsy=0.5.*' \
36
36
'protobuf=3.17.*' \
37
37
'pytables=3.6.*' \
38
38
'scikit-image=0.18.*' \
39
39
'scikit-learn=0.24.*' \
40
- 'scipy=1.6 .*' \
40
+ 'scipy=1.7 .*' \
41
41
'seaborn=0.11.*' \
42
42
'sqlalchemy=1.4.*' \
43
43
'statsmodels=0.12.*' \
You can’t perform that action at this time.
0 commit comments