Skip to content

Commit

Permalink
make pip perfer a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent 2670b05 commit 76d62df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ manylinux-x86_64-image = "manylinux2014"
# Install blas on linux
[tool.cibuildwheel.linux]
before-all = """
pip install scipy
python -m pip install --upgrade pip
pip install --prefer-binary scipy
# Note we can't just use the version from yum as it doesn't have a pkgconfig
#git clone https://github.com/xianyi/OpenBLAS.git
#cd OpenBLAS
Expand Down

0 comments on commit 76d62df

Please sign in to comment.