We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f2d00b + 24f7d33 commit 523020dCopy full SHA for 523020d
python/pyproject.toml
@@ -46,3 +46,7 @@ archs = ["x86_64", "universal2", "arm64"]
46
[[tool.cibuildwheel.overrides]]
47
select = "*macos*"
48
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