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

Increased minimum numpy version #4321

Merged
merged 3 commits into from
Sep 22, 2023
Merged

Conversation

christopherbunn
Copy link
Contributor

@christopherbunn christopherbunn commented Sep 22, 2023

Currently, we are erroring out on install as numba requires numpy 1.22. This PR bumps up the minimum version of numpy to satisfy this.

Resolves #4322

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (cfe7a2d) 99.7% compared to head (e357f9d) 99.7%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4321   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        357     357           
  Lines      39767   39767           
=====================================
  Hits       39647   39647           
  Misses       120     120           

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

Copy link
Contributor

@eccabay eccabay left a comment

Choose a reason for hiding this comment

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

Looks like the one place you're missing for the conda check is .github/meta.yaml!

@christopherbunn christopherbunn enabled auto-merge (squash) September 22, 2023 16:50
@christopherbunn christopherbunn merged commit 5c3e832 into main Sep 22, 2023
25 checks passed
@christopherbunn christopherbunn deleted the bump_numpy_min_version branch September 22, 2023 16:52
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.

Numba install is erroring out due to low numpy version
3 participants