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

Update ngen-build Github Action to make sure 1.x numpy is used #891

Merged
merged 3 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Update Actions to install 1.x numpy.

    Updating Actions depending on numpy install to use pre-2.0 numpy version
    as is currently required for ngen builds.
    robertbartel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    63883a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c650f82 View commit details
    Browse the repository at this point in the history
  3. Change Action numpy fix to use constraints.

    Using pip constraints to ensure any downstream
    `input.additional_python_requirements` that may be installed also are
    prevented from installing a problematic version.
    robertbartel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    15a3cab View commit details
    Browse the repository at this point in the history