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
np.float_
hello, everyone! it seems that is a compatibility issue with numpy 2.0.
AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead.
np.float64
the error was raised when I tried to import the library and I had to downgrade numpy.
i can open a PR fixing this if you think it would be helpful.
The text was updated successfully, but these errors were encountered:
Hi @giovana-morais. A PR would be great. Good catch!
Sorry, something went wrong.
No branches or pull requests
hello, everyone! it seems that is a compatibility issue with numpy 2.0.
the error was raised when I tried to import the library and I had to downgrade numpy.
i can open a PR fixing this if you think it would be helpful.
The text was updated successfully, but these errors were encountered: