Skip to content

Commit 94034ba

Browse files
authored
maint: update scipy and scikit-learn dependency pinnings.
1 parent c68c59b commit 94034ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
9999
nipype=1.6 \
100100
nitime=0.9 \
101101
nodejs=16 \
102-
numpy=1.20 \
102+
numpy=1.22 \
103103
packaging=21 \
104104
pandas=1.2 \
105105
pandoc=2.14 \
@@ -116,8 +116,8 @@ RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
116116
pyyaml=5.4 \
117117
requests=2.26 \
118118
scikit-image=0.19 \
119-
scikit-learn=0.24 \
120-
scipy=1.6 \
119+
scikit-learn=1.0 \
120+
scipy=1.8 \
121121
seaborn=0.11 \
122122
setuptools=58.2 \
123123
sphinx=4.2 \

0 commit comments

Comments
 (0)