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.bool was an alias for the builtin bool. It was removed in numpy >1.23, but then reintroduced in numpy 2.0 for some reason.
np.bool
bool
It currently is used in a type hint points_in_bounds. If you try to install iMOD Python with 1.26, it breaks upon import.
points_in_bounds
The text was updated successfully, but these errors were encountered:
No branches or pull requests
np.bool
was an alias for the builtinbool
. It was removed in numpy >1.23, but then reintroduced in numpy 2.0 for some reason.It currently is used in a type hint
points_in_bounds
. If you try to install iMOD Python with 1.26, it breaks upon import.The text was updated successfully, but these errors were encountered: