Skip to content
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

Avoid numpy breaking ABI changes for now #192

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

mmcleod89
Copy link
Collaborator

Numpy 2.0.0 has just been released and introduces breaking changes to the ABI. This means that precompiled packages like scipy and pandas will break if used with the new numpy. So for now we will need to avoid it until the other packages catch up and we can potentially upgrade everything.

@mmcleod89 mmcleod89 requested a review from pineapple-cat June 19, 2024 12:34
@mmcleod89 mmcleod89 merged commit 50e6a4b into development Jun 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants