-
Notifications
You must be signed in to change notification settings - Fork 18
Build with numpy 2 #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with numpy 2 #740
Conversation
[sc-50106] |
It appears to fail whenever tiledbvcf-py is imported on Linux or macOS. The import passed on Windows. The passing Linux and macOS builds don't run
|
It looks like this is related to the |
An overly aggressive unpinning experiment in #741 failed on windows and macos. I believe the macos failure is known and why we're pinning For reference, the build and pytests succeeded on a local macos 14.5 arm64 with these versions:
|
@gspowley thanks for investigating! So at least for VCF, it looks like the blocker for numpy 2 is this issue with pyarrow |
Cross-referencing numpy<2 PRs:
|
The @jdblischak and @awenocur may have more context on the original macos failures. |
Addressed in #762. |
Follow-up to #734
What is preventing us from building TileDB-VCF with numpy 2? Help wanted