We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a90ba + 4b480b7 commit 7baa486Copy full SHA for 7baa486
tensorflow_probability/python/__init__.py
@@ -83,7 +83,9 @@ def _validate_tf_environment(package):
83
'installed by default when you install TensorFlow Probability. '
84
'This is so that JAX-only users do not have to install TensorFlow '
85
'or TF-Keras. To use TensorFlow Probability with TensorFlow, '
86
- 'please install the tf-keras or tf-keras-nightly package.\n\n')
+ 'please install the tf-keras or tf-keras-nightly package.\n'
87
+ 'This can be be done through installing the '
88
+ 'tensorflow-probability[tf] extra.\n\n')
89
raise
90
91
0 commit comments