From 9ed4f0ef8418e413fef40eb769b27746e8b29715 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 16 Feb 2022 14:26:28 +1100 Subject: [PATCH] Revert "Downgrade auditwheel on Linux" This reverts commit 2a03bb74dd9793ae3011cb5f27cdad9d083b771e. --- config.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.sh b/config.sh index e5d12ffd6..c2d91db5b 100644 --- a/config.sh +++ b/config.sh @@ -133,10 +133,6 @@ function pre_build { } function pip_wheel_cmd { - if [ -z "$IS_MACOS" ]; then - pipx install --force "auditwheel<5" - fi - local abs_wheelhouse=$1 if [ -z "$IS_MACOS" ]; then CFLAGS="$CFLAGS --std=c99" # for Raqm