Skip to content

Commit 3f58b47

Browse files
committed
Fix how scipy==1.9.1 is installed for cibuildwheel
1 parent 2cc4023 commit 3f58b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test-skip = "*-macosx_arm64 *-manylinux_aarch64"
1616

1717
[[tool.cibuildwheel.overrides]]
1818
select = "*-win32"
19-
test-requires = "scipy==1.9.1"
19+
before-test = "pip install scipy==1.9.1"
2020

2121
[tool.isort]
2222
profile = "black"

0 commit comments

Comments
 (0)