astromodule.pipeline.Pipeline.set_stages_requirements# Pipeline.set_stages_requirements(requirements: Sequence[str])[source]# Sets requirements attribute for all pipeline stages Parameters: requirementsSequence[str]A list-like object of same size as pipeline stages. Each element of this list is another list of required resources keys.