Skip to content

Commit c6bfe0e

Browse files
authored
Merge pull request tensorflow#9639 from yifeif/master
Keep auditwheel at 1.5.0.
2 parents 1414cc8 + 9521556 commit c6bfe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/ci_build/install/install_auditwheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
set -e
1818

19-
sudo pip3 install auditwheel
19+
sudo pip3 install auditwheel==1.5.0
2020

2121
set +e
2222
patchelf_location=$(which patchelf)

0 commit comments

Comments
 (0)