Would you all mind making this pip decorator gener...
# ask-metaflow
i
Would you all mind making this pip decorator generally available? https://github.com/outerbounds/metaflow-instruction-tuning/blob/bdb520a0d8e9ec6ee6e89285bb726f24d295f9dd/custom_decorators.py#L4 I know my team would much rather maintain a
requirements.txt
file than keeping our flow decorator up to date
1
a
we have some work in flight that will enable
@pypi(packages=requirements.txt)
shortly. the decorator in custom_decorator.py is a very straightforward decorator that is just executing blind pip installs and is not reproducible.
i
Oh nice, will that work for
@pypi_base
as well?
a
yep - here is an example
d
You can also use the nextlix extensions if you are in a rush. This is already there.