Skip to content

Commit 4edc867

Browse files
authored
Merge pull request #252 from CompOmics/fix/ci-use-wheel-only
CI: Don't build dependencies like pyarrow from source
2 parents c6cb6b6 + 72ec18c commit 4edc867

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@ build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm
9393
skip = "cp36-* cp37-* cp38-*"
9494
test-command = "ms2pip --help"
9595

96+
# Prevent building from source for packages with complex C/C++ dependencies
97+
environment = { PIP_ONLY_BINARY = "pyarrow,pandas,numpy,lxml,xgboost" }
98+
9699
[tool.cibuildwheel.macos]
97100
before-all = "brew install libomp"

0 commit comments

Comments
 (0)