This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Enable the use of requirements.txt
files to specify stage dependencies
#192
Labels
enhancement
New feature or request
"As a ML Engineer, I would like to be able to specify the requirement for a pipeline stage by referencing a requirements.txt file, so that I do not have to specify requirements in YAML that can be very clunky and lead to bloated bodywork.yaml files."
Tasks
bodywork.config
so that a path to arequirements.txt
files can be specified for each stage's dependencies, that overrides any other dependency.bodywork.yaml
so that it can check for the existence of anyrequirements.txt
files.bodywork.stage_execution
so that it can install requirements from therequirements.txt
files provided in the config.The text was updated successfully, but these errors were encountered: