greta-dev / greta

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

Prioritise specified TF/TFP/Python version #689

Open njtierney opened 2 months ago

njtierney commented 2 months ago

Have a way to build a install spec that allows you to set version for 1-2 or TF/TFP/Python

So the idea is if you really want TFP 0.23, you can do greta_dep_spec(tfp = 0.23.0) and it would look at greta_deps_tf_tfp and

But perhaps that should be the default behaviour inside of greta_python_deps()? But since that already has a default, maybe it needs to be a separate function, greta_python_spec() or greta_python_deps_build() or something?