Skip to content

Conversation

zoj613
Copy link
Owner

@zoj613 zoj613 commented Mar 21, 2025

This ensures we use the latest available numpy version to build wheels. We also no longer build the wheels on ARM64 arch of MacOS since they are built on the x86_64 arch and thus cannot be tested on the CI release pipeline. As recommended by the CIBUILDWHEEL team, we have users build the ARM64 wheels on MacOS natively during installation of the package via source distribution. Both the above address the bug reported in #129, since the bug originates from numpy's 2.1.3 version used to build wheels of version 2.0.1.

closes #129

@zoj613 zoj613 added bug Something isn't working CI/CD labels Mar 21, 2025
@zoj613 zoj613 force-pushed the macos-bug branch 6 times, most recently from 19aa095 to 344caaa Compare March 21, 2025 14:11
This ensures we use the latest available numpy version to build wheels.
We also no longer build the wheels on ARM64 arch of MacOS since they are built
on the x86_64 arch and thus cannot be tested on the CI release pipeline.
As recommended by the CIBUILDWHEEL team, we have users build the ARM64
wheels on MacOS natively during installation of the package via source
distribution. Both the above address the bug reported in
#129, since the bug
originates from numpy's 2.1.3 version used to build wheels of version
2.0.1.
@zoj613 zoj613 merged commit 7494d3c into main Mar 21, 2025
15 checks passed
@zoj613 zoj613 deleted the macos-bug branch March 21, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

import issue with numpy >= 2.0.0
1 participant