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 719a738 commit 47a8e4bCopy full SHA for 47a8e4b
wheel/build_wheel.sh
@@ -177,7 +177,7 @@ if [[ $desired_python != "3.8" ]]; then
177
else
178
retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq "numpy${NUMPY_PINNED_VERSION}"
179
fi
180
-retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq nomkl cmake ninja "setuptools${SETUPTOOLS_PINNED_VERSION}" "pyyaml${PYYAML_PINNED_VERSION}" typing_extensions requests
+retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq llvm-openmp=14.0.6 cmake ninja "setuptools${SETUPTOOLS_PINNED_VERSION}" "pyyaml${PYYAML_PINNED_VERSION}" typing_extensions requests
181
retry pip install -qr "${pytorch_rootdir}/requirements.txt" || true
182
183
# For USE_DISTRIBUTED=1 on macOS, need libuv and pkg-config to find libuv.
0 commit comments