Skip to content

Commit

Permalink
Merge pull request #433 from csuter/r0.7
Browse files Browse the repository at this point in the history
Increment minimum TF version dependency (1.13 -> 1.14)
  • Loading branch information
csuter authored May 30, 2019
2 parents 2d6187e + f7bdd41 commit 240a693
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 = "1.13"
required_tensorflow_version = "1.14"

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

0 comments on commit 240a693

Please sign in to comment.