Skip to content

Commit

Permalink
Merge pull request #280 from csuter/r0.6
Browse files Browse the repository at this point in the history
Bump TF version dependency to 1.13
  • Loading branch information
csuter authored Jan 25, 2019
2 parents b42fd2d + e179001 commit 0f8b902
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.11.0"
required_tensorflow_version = "1.13.0"

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

0 comments on commit 0f8b902

Please sign in to comment.