Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oooo26 committed Aug 5, 2023
1 parent 8f2d00b commit 24f7d33
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 24f7d33

Please sign in to comment.