We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7146b commit 40be27cCopy full SHA for 40be27c
1 file changed
pyproject.toml
@@ -22,8 +22,8 @@ before-all = "yum -y install openblas-devel lapack-devel"
22
[tool.cibuildwheel.macos]
23
environment = { EASYSBA_USE_ACCELERATE = "1", EASYSBA_LAPACK_LIBS = "" }
24
25
-[tool.cibuildwheel.windows]
26
-environment = { EASYSBA_LAPACK_LIBS = "openblas" }
+# [tool.cibuildwheel.windows]
+# environment = { EASYSBA_LAPACK_LIBS = "openblas" }
27
28
[tool.cibuildwheel.windows]
29
# Install delvewheel to bundle the DLL into the wheel
0 commit comments