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

feat: Update dependencies to latest versions #972

Merged
merged 12 commits into from
Apr 15, 2024

Commits on Apr 15, 2024

  1. feat: Update dependencies to latest versions

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    68581c9 View commit details
    Browse the repository at this point in the history
  2. Remove outdated workaround in container creation

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e6fc644 View commit details
    Browse the repository at this point in the history
  3. Avoid removed DataFrame.append in test fixture

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2a5905d View commit details
    Browse the repository at this point in the history
  4. Use update_index from conda-index

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9f85f3f View commit details
    Browse the repository at this point in the history
  5. Use python=3.10 for now

    We can switch to >=3.11 later, e.g., when we build for >=3.11 generally
    and/or the conda-forge/linux-anvil-* base containers use python>3.10.
    
    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6d92708 View commit details
    Browse the repository at this point in the history
  6. Use upstream ruamel.yaml package

    ruamel_yaml was only meant as a temporary workaround and we don't update
    it anymore.
    
    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    79849f2 View commit details
    Browse the repository at this point in the history
  7. Run conda index instead of making invalid repodata

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5f3cb2f View commit details
    Browse the repository at this point in the history
  8. feat: Update dependencies to latest versions

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    980ac68 View commit details
    Browse the repository at this point in the history
  9. chore: CI: Use conda for test env creation

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3c8d1d2 View commit details
    Browse the repository at this point in the history
  10. chore: CI: Run conda create quietly; list packages

    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    be9c5cb View commit details
    Browse the repository at this point in the history
  11. chore: CI: Run conda info --verbose

    conda info --all got deprecated in favor of --verbose.
    
    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6074685 View commit details
    Browse the repository at this point in the history
  12. fix: Workaround conda-mambabuild needs local channel

    prepopulated if referenced via "-c local" for newer conda/conda-build
    versions (not sure why, TBH).
    
    Signed-off-by: Marcel Bargull <[email protected]>
    mbargull committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e5017b5 View commit details
    Browse the repository at this point in the history