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>=1.24.0
This is at least because of
abipy/abipy/tools/derivatives.py
Line 13 in 71d5e6c
numpy.float
numpy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is at least because of
abipy/abipy/tools/derivatives.py
Line 13 in 71d5e6c
As of 1.24.0 the
numpy.float
alias has been removed. In most cases this can be fixed by replacing the removed alias with the Python built-in. See release notes ofnumpy
: https://numpy.org/doc/stable/release/1.20.0-notes.html#deprecationsThe text was updated successfully, but these errors were encountered: