snorkelflow.client.custom_pip
Custom pip install related functions
Functions
custom_pip_install(package, *[, version, ...]) | Install a Python package from a package index for use in LFs and operators. |
custom_pip_install_factory_reset() | Perform a factory reset of the all custom-installed Python packages. |
custom_pip_install_wheel(path) | Install a Python package from a wheel file for use in LFs and operators. |
list_custom_pip_installs() | List all custom installed packages along with their installed dependencies. |