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

[Bug report] cocopp is incomaptible with numpy >= 2.0.0 #2306

Closed
olafmersmann opened this issue Jun 24, 2024 · 2 comments
Closed

[Bug report] cocopp is incomaptible with numpy >= 2.0.0 #2306

olafmersmann opened this issue Jun 24, 2024 · 2 comments
Assignees
Labels

Comments

@olafmersmann
Copy link
Contributor

cocopp uses some deprecated NumPy functions and constants (np.Inf f. e.).
We should clean that up before the next release.

@olafmersmann
Copy link
Contributor Author

Temporarily force numpy < 2.0.0 with commit 82d1575.

@nikohansen nikohansen self-assigned this Jun 26, 2024
nikohansen added a commit that referenced this issue Jun 26, 2024
@nikohansen
Copy link
Contributor

ruff check cocopp --select NPY201  

does not complain anymore.

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

No branches or pull requests

2 participants