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: pixi project export conda to export project to conda environment.yml's #1427

Closed
wants to merge 6 commits into from

Commits on May 22, 2024

  1. Export conda environment.yml

    Adds an export command group, and a subcommand for exporting in Conda environment.yml files.
    
    Currently it just exports the direct dependency names, but I could see adding flags to include all locked dependencies. It also currently does not export the versions, but that could also be a flag to select if it should export the specs as in the manifest, or as locked.
    
    works on prefix-dev#800
    abkfenris committed May 22, 2024
    Configuration menu
    Copy the full SHA
    abcc0de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb776b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6243e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b10624 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    763bcd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a9c69 View commit details
    Browse the repository at this point in the history