Skip to content

Commit 7bea838

Browse files
authored
Remove pylief dependency (#1255)
1 parent 19dd9ef commit 7bea838

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conda/build_pytorch.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ if [[ "$(uname)" == 'Darwin' ]]; then
207207
rm "$miniconda_sh"
208208
export PATH="$tmp_conda/bin:$PATH"
209209
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
212210
elif [[ "$OSTYPE" == "msys" ]]; then
213211
export tmp_conda="${WIN_PACKAGE_WORK_DIR}\\conda"
214212
export miniconda_exe="${WIN_PACKAGE_WORK_DIR}\\miniconda.exe"

0 commit comments

Comments
 (0)