-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use options object to manage python version installation options #664
Comments
Instead of a While we could add functionality for |
As part of this option we can check for bad combinations of Python version + TF + TFP. https://www.tensorflow.org/install/source#tested_build_configurations |
I think this checking for bad combinations should be its own issue in #638 |
…greta-dev#523) * Added installation deps object, `greta_python_deps()` to help simplify specifying package versions (greta-dev#664) * removed `method` and `conda` arguments from `install_greta_deps()` as they were not used. * removed `manual` option in `install_greta_deps()` * added default 5 minute timer to installation processes
So the user will specify something like:
We could even potentially identify known cases where the sets of these installations will not work. E.g., we might know that python version 3.7 is no longer supported. Or that certain versions of TF/TFP aren't compatible. These could error by default, and we could allow override by specifying an environment variable.
https://design.tidyverse.org/argument-clutter.html
The text was updated successfully, but these errors were encountered: