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

Update pyproject.toml to fix required dependencies for vendored poetry #678

Merged
merged 2 commits into from
Sep 8, 2024

Commits on Sep 6, 2024

  1. Update pyproject.toml to fix required dependencies for vendored poetry

    PR conda#637 initially vendored 1.8.2 and dependencies had been updated for that.
    It then included 1.8.3 which changed some dependencies.
    
    This updates the dependencies for 1.8.3. It also fixes an issue with
    ~= versus = ^ (and therefore relaxes the previous dependencies.
    
    Also regenerated the environments/conda-lock.yml file as a result
    of the modifications on pyproject.toml using
    `conda-lock --platform linux-64 --platform osx-64 --platform osx-arm64 --platform linux-aarch64 --file=environments/dev-environment.yaml --file=pyproject.toml --lockfile=environments/conda-lock.yml`
    romain-intel committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49bbfb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Tweak dependencies

    romain-intel committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d09648f View commit details
    Browse the repository at this point in the history