From 24f7d33b7c86402f39a840c9d0dc1291ee36337a Mon Sep 17 00:00:00 2001 From: oooo26 Date: Sat, 5 Aug 2023 20:18:48 +0800 Subject: [PATCH] Update pyproject.toml --- python/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 7081a0e3..b13ab729 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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\""