Skip to content

Commit

Permalink
Merge pull request #1008 from emilyfertig/r0.11
Browse files Browse the repository at this point in the history
Increment TF version requirement to 2.3.
  • Loading branch information
emilyfertig authored Jul 16, 2020
2 parents ec212f6 + e974de2 commit 94ff3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_probability/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _ensure_tf_install(): # pylint: disable=g-statement-before-imports
#
# Update this whenever we need to depend on a newer TensorFlow release.
#
required_tensorflow_version = "2.2"
required_tensorflow_version = "2.3"
# required_tensorflow_version = "1.15" # Needed internally -- DisableOnExport

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

0 comments on commit 94ff3af

Please sign in to comment.