greta-dev / greta

simple and scalable statistical modelling in R
https://greta-stats.org
Other
527 stars 63 forks source link

`greta_install_receipt()`: Produce installation receipt in form of `greta_python_deps()` #668

Closed njtierney closed 1 month ago

njtierney commented 1 month ago

Have a function to produce an install receipt - this inputs the version of python, tf, tfp, keras, and numpy - perhaps all python pkgs That work, so we can install them later. It would produce a valid set of greta_python_deps().

Perhaps provide an option for those core packages, and then all of them ...which is starting to sound awfully close to a lockfile.

But all the same, it could be part of the new revamped sitrep #665