greta_deps_receipt: Capture greta python dependencies.

View source: R/install_greta_deps.R

greta_deps_receiptR Documentation

Capture greta python dependencies.

Description

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

## Not run: 
my_deps <- greta_deps_receipt()

## End(Not run)

greta documentation built on July 20, 2026, 5:09 p.m.