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 bf17723 commit 0300f23Copy full SHA for 0300f23
.ci/docker/common/install_conda.sh
@@ -39,7 +39,7 @@ install_python() {
39
if [[ $(uname -m) == "aarch64" ]]; then
40
conda_install "openblas==0.3.28=*openmp*"
41
else
42
- conda_install "mkl=2021.4.0 mkl-include=2021.4.0"
+ conda_install mkl=2021.4.0 mkl-include=2021.4.0
43
fi
44
45
popd
0 commit comments