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

deps: require numpy version 1.X.Y #617

Merged
merged 1 commit into from
Jul 15, 2024
Merged

deps: require numpy version 1.X.Y #617

merged 1 commit into from
Jul 15, 2024

Conversation

arbimo
Copy link
Member

@arbimo arbimo commented Jul 11, 2024

The recent release of numpy 2.0 seem to break some of our dependencies.
If you were to re-run the CI on master before this commit, it would fail due to incompatible depenndencies.

This introduces a work around to ensure that we remain on a 1.X.Y version of numpy. I expect this to be removable once the ecosystem fixes their required dependencies.

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.34%. Comparing base (d3ddd24) to head (027ee65).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #617   +/-   ##
=======================================
  Coverage   85.34%   85.34%           
=======================================
  Files         202      202           
  Lines       27272    27272           
=======================================
  Hits        23275    23275           
  Misses       3997     3997           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikand
Copy link
Member

mikand commented Jul 12, 2024

Thanks for this Arthur. Did you discover whcih pair of deps caused this (so that we can monitor them)?

@arbimo
Copy link
Member Author

arbimo commented Jul 12, 2024

No, but @nicola-gigante is I think the one who delved the most into this issue and may have more insights.

Note that we faced the same problem also for doc generation, where the dependencies are quite different.

@nicola-gigante
Copy link

@mikand if you have access to the old CI logs, you should see the name of the offending module in the Python stack trace, I think.

Copy link
Member

@alvalentini alvalentini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good also to me to keep these changes until the dependencies will be fixed!

@alvalentini alvalentini merged commit 7bd297e into master Jul 15, 2024
10 checks passed
@alvalentini alvalentini deleted the fix/numpy-version branch July 15, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants