-
Notifications
You must be signed in to change notification settings - Fork 663
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
CI fails when numpy 2.0.0 is installed #4619
Comments
@tylerjereddy @IAlibay any ideas what's happening and how to fix it? |
* Fixes MDAnalysis#4619 * We should build against NumPy `2.0.0` so that we're backwards compatible to NumPy `1.x` while still supporting 2.x series. This is simpler to maintain as well. In theory, should support as far back as NumPy `1.19` if we needed it.
Pretty sure |
it looks like some of our Windows deps may not have NumPy 2 compatible releases yet as well |
Expected behavior
CI passes with correct code.
Actual behavior
Azure CI runners such as https://dev.azure.com/mdanalysis/mdanalysis/_build/results?buildId=7066&view=logs&jobId=86224841-1158-5011-fbb7-7c2644c2081b&j=86224841-1158-5011-fbb7-7c2644c2081b&t=44ce4b91-ecdc-5aca-e807-60d46710cf6d in #4162 (comment) fail with
The action installed numpy 2.0.0 via pip.
The text was updated successfully, but these errors were encountered: