We had a use case where we wanted to use `from_deps` to add `if-dependencies`, but we needed to create a follow-up transform to add them. This feels like a reasonable thing for `from_deps` to handle out of the box.
We had a use case where we wanted to use
from_depsto addif-dependencies, but we needed to create a follow-up transform to add them.This feels like a reasonable thing for
from_depsto handle out of the box.