I want to update the version of emperor
that the q2-emperor
plugin depends on. I do not take care of the release builds but it seems like I would need to change ci/recipe/meta.yaml
, would that be sufficient for all changes to be reflected down the road?
Yup! We use the meta.yaml
file as the canonical representation of dependencies (Python or otherwise).
The only thing that might not work is if the version comes from a different channel, we'd have to coordinate a little more in that case.
1 Like