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

dependencies: fix numpy version for subprojects that depend on it #3062

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

superlopuh
Copy link
Member

Numpy changed something in their typing annotations and now our main is broken. We should probably move to something that locks our dependencies for our CI, in the meantime, this PR specifies a numpy version and fixes the type errors.

@superlopuh superlopuh added bug Something isn't working dependencies Pull requests that update a dependency file CI Continuous Integration labels Aug 19, 2024
@superlopuh superlopuh self-assigned this Aug 19, 2024
Copy link
Contributor

@tobiasgrosser tobiasgrosser left a comment

Choose a reason for hiding this comment

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

Thank you.

@superlopuh superlopuh merged commit f0684ae into main Aug 19, 2024
9 checks passed
@superlopuh superlopuh deleted the sasha/ci/fix-numpy-typing branch August 19, 2024 07:18
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.88%. Comparing base (e603f11) to head (d2414dd).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3062   +/-   ##
=======================================
  Coverage   89.88%   89.88%           
=======================================
  Files         416      416           
  Lines       52426    52427    +1     
  Branches     8110     8110           
=======================================
+ Hits        47121    47122    +1     
  Misses       4000     4000           
  Partials     1305     1305           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI Continuous Integration dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants