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

Fix: Enforce numpy >= 1.20 to ensure numpy.typing module is available #24

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

bryan-garcia
Copy link
Collaborator

@bryan-garcia bryan-garcia commented Oct 14, 2023

Description of changes

The freeqdsk module utilizes the numpy.typing module introduced in numpy 1.20 yet does not enforce said version. This edit ensures we utilize a modern build of numpy.

How was this tested?

CI

Relevant issues

N/A

Checklist

  • [ ] I have added/updated tests relevant to this PR.
  • [ ] I have updated any baselines required for the test suite.
  • I have run the test suite locally to ensure my changes work as intended.

@bryan-garcia bryan-garcia self-assigned this Oct 14, 2023
@bryan-garcia bryan-garcia marked this pull request as ready for review October 14, 2023 21:35
@bryan-garcia bryan-garcia merged commit b853fd8 into master Oct 14, 2023
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.

1 participant