Skip to content

Commit 7ddf691

Browse files
committed
Fix bug
1 parent 83e47d2 commit 7ddf691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ archs = ["AMD64"]
144144
#"vcpkg --triplet x64-windows-static install openblas[threads] --recurse",
145145
#"vcpkg --triplet x64-windows-static install clapack --recurse",
146146
before-build = [
147-
"pip install --upgrade pip wheel build cmake "pybind11<3" delvewheel",
147+
'pip install --upgrade pip wheel build cmake "pybind11<3" delvewheel',
148148
]
149149
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)