Skip to content

Commit

Permalink
Merge pull request #518 from oooo26/master
Browse files Browse the repository at this point in the history
Update cibuildwheel settings
  • Loading branch information
oooo26 authored Aug 5, 2023
2 parents 8f2d00b + 24f7d33 commit 523020d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ archs = ["x86_64", "universal2", "arm64"]
[[tool.cibuildwheel.overrides]]
select = "*macos*"
before-all = "brew install libomp" # install openmp library

[[tool.cibuildwheel.overrides]]
select = "cp36-win* cp37-win*"
before-test = "pip install lifelines \"pandas<2.0.0\" scipy scikit-learn \"joblib<1.3.0\""

0 comments on commit 523020d

Please sign in to comment.