Skip to content

Commit

Permalink
Use only versions of scipy,numpy with binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Sep 30, 2024
1 parent 36b312f commit bb7fa1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
archs: "aarch64"

env:
PIP_ONLY_BINARY: "scipy,numpy"
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* *-musllinux_aarch64 cp312-*_i686 cp313-*
CIBW_ARCHS: ${{matrix.archs}}
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
Expand Down

0 comments on commit bb7fa1c

Please sign in to comment.