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

Include optional dependencies from dtscalibration dependencies #186

Merged
merged 7 commits into from
Jul 30, 2023

Commits on Jul 29, 2023

  1. Include optional dependencies from dtscalibration dependencies

    Use "xarray[parallel,accel]" instead of filling up the dtscalibration dependency list with optional xarray dependencies.
    bdestombe committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3760a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc418c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d610f55 View commit details
    Browse the repository at this point in the history
  4. Remove patsy dependency

    As it only used by statsmodels, and now included in the statsmodels dependencies.
    bdestombe committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    be6bd85 View commit details
    Browse the repository at this point in the history
  5. Removed toolz as dependency

    It is not directly used by our scripts and cannot identify it as an optional dependency of one of our dependencies
    bdestombe committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    48deaaa View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.rst

    bdestombe committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    1174f58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    002cfb2 View commit details
    Browse the repository at this point in the history