Skip to contents

To assist with capturing and sharing python dependencies, we provide a way to capture the dependencies currently used. Unlike greta_deps_spec(), the receipt records the versions actually installed and is not validated against the versions greta supports - so it will faithfully report, for example, a TensorFlow version newer than greta's supported range.

Usage

greta_deps_receipt()

Value

greta_deps_spec() object

Examples

if (FALSE) { # \dontrun{
my_deps <- greta_deps_receipt()
} # }