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

Set lower bounds for supported dependency versions #356

Merged
merged 5 commits into from
Nov 2, 2022

Commits on Oct 26, 2022

  1. Set lower bounds for supported dependency versions

    Follow NEP29 and set lower bounds for the dependencies (all minor
    versions from the last 2 years). The only exception is xrft, which is
    new and likely requires v1.0 to work with Harmonica. Setup CI to run on
    lowest Python with lowest dependencies, highest Python with highest
    dependencies, and highest Python with optional dependencies. Use
    Dependente to extract the version information from setup.cfg instead of
    the custom export tool we had.
    leouieda committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ec3aead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722d72a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8590563 View commit details
    Browse the repository at this point in the history
  4. Bump Verde to 1.7

    Some of the test we are running depend on the grid method of Verde
    gridders to allow the get coordinates as arguments. This feature was
    added in Verde 1.7.0.
    santisoler committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e7d8e77 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    8bb17c9 View commit details
    Browse the repository at this point in the history