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

Updated baseline test to use Numpy version 1.22.4 #975

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Sep 1, 2023

Summary

The latest version of pandas requires a minimum Numpy version of 1.22.4 (see release notes).

The baseline job in the test workflow was asking for Numpy 1.22 and getting 1.22.3. This PR changes the workflow to specify 1.22.4, which is the latest maintenance patch of 1.22, released May 20, 2022.

The version check was updated to handle the additional patch level on the version string.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@swryan swryan changed the title Update baseline test to use Numpy version 1.22.4 Updated baseline test to use Numpy version 1.22.4 Sep 1, 2023
@robfalck robfalck merged commit b8c6a1b into OpenMDAO:master Sep 1, 2023
@swryan swryan deleted the numpy branch November 2, 2023 17:37
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.

The Dymos baseline test workflow is failing due to a dependency changing the Numpy version
2 participants