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
cocopp
cocopp uses some deprecated NumPy functions and constants (np.Inf f. e.). We should clean that up before the next release.
np.Inf
The text was updated successfully, but these errors were encountered:
Temporarily force numpy < 2.0.0 with commit 82d1575.
Sorry, something went wrong.
[cocopp] support numpy 2.0
af9e249
addressing #2306
ruff check cocopp --select NPY201
does not complain anymore.
nikohansen
No branches or pull requests
cocopp
uses some deprecated NumPy functions and constants (np.Inf
f. e.).We should clean that up before the next release.
The text was updated successfully, but these errors were encountered: