-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
style: fix numpy-deprecation-rules (NPY) #4062
Conversation
Shouldn't if we use numpy officially in pygrass, shouldn't we have it listed in our dependencies (as we have it transitively from matplotlib). |
And you beat me to it, I was just starting a similar fix only on my phone and CI... |
I would agree. |
Where did you see the last two failures that you fixed in the subsequent commits? I didn't find them |
Here: https://github.com/OSGeo/grass/actions/runs/9947526949/job/27480342764 |
This PR fixes the last remaning issues with numpy-deprecation-rules in ruff, that had been excluded until now.
The changes should ensure compatibility with NumPy 2.0 (see #4058).