We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68c59b commit 94034baCopy full SHA for 94034ba
Dockerfile
@@ -99,7 +99,7 @@ RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
99
nipype=1.6 \
100
nitime=0.9 \
101
nodejs=16 \
102
- numpy=1.20 \
+ numpy=1.22 \
103
packaging=21 \
104
pandas=1.2 \
105
pandoc=2.14 \
@@ -116,8 +116,8 @@ RUN ${CONDA_PATH}/bin/conda install -c conda-forge -c anaconda \
116
pyyaml=5.4 \
117
requests=2.26 \
118
scikit-image=0.19 \
119
- scikit-learn=0.24 \
120
- scipy=1.6 \
+ scikit-learn=1.0 \
+ scipy=1.8 \
121
seaborn=0.11 \
122
setuptools=58.2 \
123
sphinx=4.2 \
0 commit comments