From fbce4a620dd9b7b0f9b57f01adc8edfd4a464f71 Mon Sep 17 00:00:00 2001 From: Shenghang Tsai Date: Thu, 14 Nov 2024 16:04:32 +0800 Subject: [PATCH] auditwheel setuptools wheel --- ci/manylinux/build-gcc9.sh | 2 +- ci/manylinux/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/manylinux/build-gcc9.sh b/ci/manylinux/build-gcc9.sh index f2a239a7b2b..f4bb3ab8169 100644 --- a/ci/manylinux/build-gcc9.sh +++ b/ci/manylinux/build-gcc9.sh @@ -6,7 +6,7 @@ ld --version # clean python dir cd ${ONEFLOW_CI_SRC_DIR} ${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user -r ci/fixed-dev-requirements.txt -${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel +${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel setuptools wheel cd python function clean_artifacts { diff --git a/ci/manylinux/build.sh b/ci/manylinux/build.sh index 24a08986294..554f5fb096c 100644 --- a/ci/manylinux/build.sh +++ b/ci/manylinux/build.sh @@ -5,7 +5,7 @@ ld --version # clean python dir cd ${ONEFLOW_CI_SRC_DIR} ${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user -r ci/fixed-dev-requirements.txt -${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel +${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user auditwheel setuptools wheel cd python function clean_artifacts {