We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e47d2 commit 7ddf691Copy full SHA for 7ddf691
pyproject.toml
@@ -144,6 +144,6 @@ archs = ["AMD64"]
144
#"vcpkg --triplet x64-windows-static install openblas[threads] --recurse",
145
#"vcpkg --triplet x64-windows-static install clapack --recurse",
146
before-build = [
147
- "pip install --upgrade pip wheel build cmake "pybind11<3" delvewheel",
+ 'pip install --upgrade pip wheel build cmake "pybind11<3" delvewheel',
148
]
149
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
0 commit comments