We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PlasmaPy intends to support numpy >= 2.0.0 in their next release, but I don't believe other core packages will be so quick to adopt it.
numpy >= 2.0.0
So for now, let's manually pin that upper bound.
The text was updated successfully, but these errors were encountered:
We're no longer getting the latest version of sunpy because 6.0.0 requires numpy>=2 while we're still requiring numpy<2.
sunpy
numpy>=2
numpy<2
Sorry, something went wrong.
numpy 2.0 has worked with SpacePy since at least 0.6.0 (I think 0.5.0 too), but 0.7.0 removes all build issues and some deprecations.
No branches or pull requests
PlasmaPy intends to support
numpy >= 2.0.0
in their next release, but I don't believe other core packages will be so quick to adopt it.So for now, let's manually pin that upper bound.
The text was updated successfully, but these errors were encountered: