Skip to content
New issue

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

Incompatible with numpy>=1.24.0 #257

Open
sphuber opened this issue Feb 2, 2023 · 0 comments
Open

Incompatible with numpy>=1.24.0 #257

sphuber opened this issue Feb 2, 2023 · 0 comments

Comments

@sphuber
Copy link
Contributor

sphuber commented Feb 2, 2023

This is at least because of

return np.array(array, dtype=float)

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 of numpy: https://numpy.org/doc/stable/release/1.20.0-notes.html#deprecations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant