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

Support for specifying the output file name #117

Open
AnuradhaKaruppiah opened this issue Oct 19, 2024 · 0 comments
Open

Support for specifying the output file name #117

AnuradhaKaruppiah opened this issue Oct 19, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@AnuradhaKaruppiah
Copy link

AnuradhaKaruppiah commented Oct 19, 2024

We have a need to provide requirements file as a part of each python package. We would like to generate it from a parent dependencies files that has multiple file keys. All of this is easily possible with this tool, only the name of the file is auto generated.

For example this snippet in dependencies.yaml files section -

  # morpheus-llm pip dependencies are published as a morpheus_llm package data file
  morpheus_llm:
    output: requirements
    requirements_dir: python/morpheus_llm/morpheus_llm
    includes:
      - morpheus_core_pip
      - morpheus_llm_pip

Generates python/morpheus_llm/morpheus_llm/requirements_morpheus_llm.txt. I would like to instead get python/morpheus_llm/morpheus_llm/requirements.txt. Can you please provide an option for output_file_name? And maybe add a sanity checker for dup file names?

@jameslamb jameslamb added the feature request New feature or request label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants