Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 11039ab

Browse files
committed
Pin setuptools < 49.2.0
1 parent 278a9c6 commit 11039ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function build_wheel {
1818

1919
function build_libs {
2020
# setuptools v49.2.0 is broken
21-
$PYTHON_EXE -mpip install --upgrade setuptools!=49.2.0
21+
$PYTHON_EXE -mpip install --upgrade "setuptools<49.2.0"
2222
# Use the same incantation as numpy/tools/travis-before-install.sh to
2323
# download and un-tar the openblas libraries. The python call returns
2424
# the un-tar root directory, then the files are copied into /usr/local.

0 commit comments

Comments
 (0)