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 19dd9ef commit 7bea838Copy full SHA for 7bea838
conda/build_pytorch.sh
@@ -207,8 +207,6 @@ if [[ "$(uname)" == 'Darwin' ]]; then
207
rm "$miniconda_sh"
208
export PATH="$tmp_conda/bin:$PATH"
209
retry conda install -yq conda-build
210
- # Install py-lief=0.12.0 containing https://github.com/lief-project/LIEF/pull/579 to speed up the builds
211
- retry conda install -yq py-lief==0.12.0 -c malfet
212
elif [[ "$OSTYPE" == "msys" ]]; then
213
export tmp_conda="${WIN_PACKAGE_WORK_DIR}\\conda"
214
export miniconda_exe="${WIN_PACKAGE_WORK_DIR}\\miniconda.exe"
0 commit comments