Skip to content

Commit 523020d

Browse files
authored
Merge pull request #518 from oooo26/master
Update cibuildwheel settings
2 parents 8f2d00b + 24f7d33 commit 523020d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ archs = ["x86_64", "universal2", "arm64"]
4646
[[tool.cibuildwheel.overrides]]
4747
select = "*macos*"
4848
before-all = "brew install libomp" # install openmp library
49+
50+
[[tool.cibuildwheel.overrides]]
51+
select = "cp36-win* cp37-win*"
52+
before-test = "pip install lifelines \"pandas<2.0.0\" scipy scikit-learn \"joblib<1.3.0\""

0 commit comments

Comments
 (0)