From 038fec8403f83343152e9259450719d077ac3ac4 Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 29 Dec 2022 09:32:54 -0800 Subject: [PATCH] Remove pylief dependency --- conda/build_pytorch.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda/build_pytorch.sh b/conda/build_pytorch.sh index bb94560a8..1ece9d692 100755 --- a/conda/build_pytorch.sh +++ b/conda/build_pytorch.sh @@ -207,8 +207,6 @@ if [[ "$(uname)" == 'Darwin' ]]; then rm "$miniconda_sh" export PATH="$tmp_conda/bin:$PATH" retry conda install -yq conda-build - # Install py-lief=0.12.0 containing https://github.com/lief-project/LIEF/pull/579 to speed up the builds - retry conda install -yq py-lief==0.12.0 -c malfet elif [[ "$OSTYPE" == "msys" ]]; then export tmp_conda="${WIN_PACKAGE_WORK_DIR}\\conda" export miniconda_exe="${WIN_PACKAGE_WORK_DIR}\\miniconda.exe"