-
Notifications
You must be signed in to change notification settings - Fork 194
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
Support NumPy 2 #949
Support NumPy 2 #949
Conversation
@ml-evs It seems unit test are passing for both numpy 1 and numpy 2, is there any reason to pin The test failure in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ml-evs It seems unit test are passing for both numpy 1 and numpy 2, is there any reason to pin numpy < 2 that I missed?
Not that I know of, though can imagine that test coverage isn't good enough to say for sure. I'm happy to merge this and see if anything breaks downstream
Thanks for your reply, in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reply, in
pymatgen
we have seen a lot of numpy2 compatible issues surrounding cython code for Windows as the default int type changed for Windows in Numpy 2, but it seem there's no cython code formatminer
?
Not that I'm aware of, so let's just remove it (as you have done).
Thanks for this!
no problem, thanks for reviewing. I might push another PR to completely migrate |
Only lack of time/interest -- I don't mind maintaining pyproject.toml over setup.py long term but I don't think we have enough people to support many other changes |
Cool, I will give a hand on this one |
Summary
pytest
workflow only show top 20 duration instead of all, otherwise the log page is too long to navigate throughFuture PR
pyproject.toml