Skip to content

Commit

Permalink
Don't preinstall numpy when building python 3.12 win32 wheels (contou…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Nov 3, 2023
1 parent 54e2239 commit 52969b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ test-command = [
# Only test combinations for which a numpy wheel exists to avoid compiling numpy from source.
test-skip = "*-musllinux_* *_ppc64le *_s390x"

[tool.cibuildwheel.windows]
before-build = [
# Pre-install numpy as no Python 3.12 win32 wheels exist at time of writing.
"python -m pip install numpy --pre --prefer-binary numpy -Csetup-args=-Dallow-noblas=true"
]


[tool.codespell]
ignore-words-list = "nd"
Expand Down

0 comments on commit 52969b8

Please sign in to comment.