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

downgrade numpy below 2.0.0 #429

Closed
wants to merge 2 commits into from
Closed

Conversation

smiet
Copy link
Contributor

@smiet smiet commented Jun 19, 2024

Quick fix to downgrade numpy to below 2.0.0.

numpy 2.0.0 breaks C-API compatibility. Packages compiled with numpy 1.x cannot be run with numpy 2.0.0, and this includes many dependencies of simsopt and VMEC that need to be brought up to 2.0.0.

We can pull this quick fix and keep CI working as we discuss a solution on #427.

@smiet smiet mentioned this pull request Jun 19, 2024
@smiet smiet closed this Jun 25, 2024
@smiet smiet deleted the numpy_downgrade_until_fix branch June 25, 2024 07:42
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.

1 participant