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
Numpy 2 will release soon and with breaking changes (https://numpy.org/devdocs/numpy_2_0_migration_guide.html). We should make sure that plugins do not accidentally install numpy 2 when they are not ready.
The 1.x branch also had some deprecations recently: https://numpy.org/doc/stable/release/1.24.0-notes.html#deprecations These need to be checked for in our plugins.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Numpy 2 will release soon and with breaking changes (https://numpy.org/devdocs/numpy_2_0_migration_guide.html). We should make sure that plugins do not accidentally install numpy 2 when they are not ready.
The 1.x branch also had some deprecations recently: https://numpy.org/doc/stable/release/1.24.0-notes.html#deprecations
These need to be checked for in our plugins.
The text was updated successfully, but these errors were encountered: