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

Add controls for numpy version #678

Merged
merged 5 commits into from
Jul 29, 2024

Commits on Jul 17, 2024

  1. Control the version of numpy used in workers.

    Updating Dockerfile and Compose build config file for ngen-based worker
    images (calibration, partitioning, testing, etc.) to utilize ARG sourced
    from environment config to control the version of numpy that is
    installed.
    robertbartel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d02a07 View commit details
    Browse the repository at this point in the history
  2. Update example.env with numpy version constraint.

    Updating example for DMOD deployment environment config with section for
    numpy, new numpy constraint environmental variable used by worker image
    builds, safe default value for new variable, and comments explaining.
    robertbartel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    22b308b View commit details
    Browse the repository at this point in the history
  3. Update requirements files for numpy constraint.

    Updating project requirements.txt and GUI service requirements file
    (python/gui/dependencies.txt) to constrain numpy version consistent with
    default used by worker image builds set up in example.env.
    robertbartel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    318afe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Roll back initial NOAA-OWP#678 changes.

    Rolling back initial changes in favor of a different approach.
    robertbartel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d302fc3 View commit details
    Browse the repository at this point in the history
  2. Use pip constraints file in ngen Dockerfile.

    Adding constraints file to ngen (and related) image build to control
    numpy and pip versions as needed for compatibility, using this instead
    of doing directly within the Dockerfile itself in pip commands.
    robertbartel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    74f7759 View commit details
    Browse the repository at this point in the history