Skip to content

Commit

Permalink
When using TensorFlow, TFP 0.18 requires TF 2.10+.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed Sep 7, 2022
1 parent d1ba88e commit 68d4382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _validate_tf_environment(package):
#
# Update this whenever we need to depend on a newer TensorFlow release.
#
required_tensorflow_version = '2.9'
required_tensorflow_version = '2.10'
# required_tensorflow_version = '1.15' # Needed internally -- DisableOnExport

if (distutils.version.LooseVersion(tf.__version__) <
Expand Down

0 comments on commit 68d4382

Please sign in to comment.