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

Use pip to manage Python dependencies #129

Merged

Commits on Jul 6, 2023

  1. Use pip to manage Python dependencies

    We were previously installing OS-vendored versions of our Python
    dependencies as that was easiest when on Alpine and dealing with
    musl. We're now on a Debian-base image so pip packages will be well
    tested and compatible.
    
    Switch METcalcpy to install from pip. Previously we were installing
    from their "develop" GitHub branch as official pypi packages weren't
    available. Official releases should be more stable now that they're
    available.
    
    I also added g++ and build-essentials to support ARM/Apple Silicon
    builds.
    ian-noaa committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7aec72a View commit details
    Browse the repository at this point in the history