Skip to content

Commit 02286b1

Browse files
committed
Try --prerelease=allow flag for scipy
1 parent 43de60d commit 02286b1

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
@@ -46,7 +46,7 @@ test-extras = ["test"]
4646
skip = "*-musllinux*" # Skip musllinux (conflicts with libcudacxx)
4747
# For some reason the github runner tries to install scipy from source and
4848
# fails with missing blas library. So let's prevent that:
49-
before-test = "uv pip install scipy --only-binary=:all:"
49+
before-test = "uv pip install scipy --only-binary=:all: --prerelease=allow"
5050

5151
[tool.cibuildwheel.pyodide]
5252
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

0 commit comments

Comments
 (0)