File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ ENV LANG="en_US.UTF-8" \
53
53
# Leave these args here to better use the Docker build cache
54
54
# miniconda index: https://conda.io/en/latest/miniconda_hashes.html
55
55
ENV CONDA_PATH="/opt/conda"
56
- ARG CONDA_VERSION=py39_4.12.0
57
- ARG SHA256SUM=78f39f9bae971ec1ae7969f0516017f2413f17796670f7040725dd83fcff5689
56
+ ARG CONDA_VERSION=py39_23.1.0-1
57
+ ARG SHA256SUM=5dc619babc1d19d6688617966251a38d245cb93d69066ccde9a013e1ebb5bf18
58
58
59
59
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-${CONDA_VERSION}-Linux-x86_64.sh -O miniconda.sh && \
60
60
echo "${SHA256SUM} miniconda.sh" > miniconda.sha256 && \
@@ -78,50 +78,50 @@ COPY condarc /root/.condarc
78
78
79
79
RUN ${CONDA_PATH}/bin/conda install mamba -n base && \
80
80
mamba install -y \
81
- attrs=21.4 \
81
+ attrs=22.2 \
82
82
codecov=2.1 \
83
83
colorclass=2.2 \
84
84
coverage=6.3 \
85
- curl=7.83 \
86
- datalad=0.16 \
85
+ curl=7.88 \
86
+ datalad=0.18 \
87
87
dipy=1.5 \
88
88
flake8=4.0 \
89
- git=2.35 \
89
+ git=2.39 \
90
90
graphviz=3.0 \
91
- h5py=3.6 \
92
- indexed_gzip=1.6 \
91
+ h5py=3.8 \
92
+ indexed_gzip=1.7 \
93
93
jinja2=3.1 \
94
- libxml2=2.9 \
94
+ libxml2=2.10 \
95
95
libxslt=1.1 \
96
96
lockfile=0.12 \
97
97
matplotlib=3.5 \
98
98
mkl=2022.1 \
99
99
mkl-service=2.4 \
100
- nibabel=3.2 \
100
+ nibabel=4.0 \
101
101
nilearn=0.9 \
102
102
nipype=1.8 \
103
103
nitime=0.9 \
104
- nodejs=16 \
105
- numpy=1.22 \
106
- packaging=21.3 \
107
- pandas=1.4 \
108
- pandoc=2.18 \
109
- pbr=5.9 \
110
- pip=22 .0 \
104
+ nodejs=18 \
105
+ numpy=1.24 \
106
+ packaging=23.0 \
107
+ pandas=1.5 \
108
+ pandoc=2.19 \
109
+ pbr=5.11 \
110
+ pip=23 .0 \
111
111
pockets=0.9 \
112
112
psutil=5.9 \
113
113
pydot=1.4 \
114
- pytest=7.1 \
115
- pytest-cov=3 .0 \
116
- pytest-env=0.6 \
117
- pytest-xdist=2.5 \
114
+ pytest=7.2 \
115
+ pytest-cov=4 .0 \
116
+ pytest-env=0.8 \
117
+ pytest-xdist=3.2 \
118
118
pyyaml=6.0 \
119
- requests=2.27 \
119
+ requests=2.28 \
120
120
scikit-image=0.19 \
121
- scikit-learn=1.1 \
122
- scipy=1.8 \
123
- seaborn=0.11 \
124
- setuptools=62.3 \
121
+ scikit-learn=1.2 \
122
+ scipy=1.10 \
123
+ seaborn=0.12 \
124
+ setuptools=65 \
125
125
sphinx=4.5 \
126
126
sphinx_rtd_theme=1.0 \
127
127
svgutils=0.3 \
You can’t perform that action at this time.
0 commit comments