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

ci: Unpin NumPy in type checking workflow #20792

Merged
merged 4 commits into from
Jan 19, 2025
Merged

ci: Unpin NumPy in type checking workflow #20792

merged 4 commits into from
Jan 19, 2025

Conversation

stinodego
Copy link
Contributor

@stinodego stinodego commented Jan 19, 2025

Closes #20561

Not the ideal fix, as users may run into the same typing issue with the latest NumPy version, but since it's mostly an issue with MyPy/NumPy I think this is acceptable for now.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Jan 19, 2025
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.78%. Comparing base (d9f3e3d) to head (0745c57).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20792   +/-   ##
=======================================
  Coverage   79.78%   79.78%           
=======================================
  Files        1561     1561           
  Lines      221982   222002   +20     
  Branches     2531     2531           
=======================================
+ Hits       177107   177123   +16     
- Misses      44293    44297    +4     
  Partials      582      582           

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

@ritchie46 ritchie46 merged commit 8a0345f into main Jan 19, 2025
16 checks passed
@ritchie46 ritchie46 deleted the fix-numpy branch January 19, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NumPy >= 2.1.0 causes MyPy failures
2 participants