Skip to content

Commit

Permalink
Merge pull request #204 from csuter/r0.5
Browse files Browse the repository at this point in the history
Bump TensorFlow version requirement up to 1.12.0-rc2
  • Loading branch information
csuter authored Nov 1, 2018
2 parents f3ab23d + a522d40 commit 6b8dae4
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.12.0-rc2"

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

0 comments on commit 6b8dae4

Please sign in to comment.