Skip to content

Commit

Permalink
tweak win again
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 17, 2023
1 parent 4d5b9ee commit f9c7476
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ rustup target add aarch64-apple-darwin
"""

[tool.cibuildwheel.windows]
skip = "cp37-* cp36-*"
# pip install numpy --config-settings=setup-args="-Dallow-noblas=true"
before-build = """
pip3 install numpy==1.25.2
"""
skip = "cp312-* *-win32"
skip = "cp312-* *-win32 cp36-* cp37-*"

0 comments on commit f9c7476

Please sign in to comment.