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
Flagging that numpy v2 is out.
If tests fail when you expect they should succeed, it may be due to the installation of numpy v2.
We may need to bound the numpy version in setup.py, unless we want to refactor to support both numpy v1 and v2.
setup.py
See: https://numpy.org/devdocs/numpy_2_0_migration_guide.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flagging that numpy v2 is out.
If tests fail when you expect they should succeed, it may be due to the installation of numpy v2.
We may need to bound the numpy version in
setup.py
, unless we want to refactor to support both numpy v1 and v2.See: https://numpy.org/devdocs/numpy_2_0_migration_guide.html
The text was updated successfully, but these errors were encountered: