Skip to content

Commit

Permalink
Merge pull request #875 from emilyfertig/r0.10
Browse files Browse the repository at this point in the history
Increment TF version requirement
  • Loading branch information
emilyfertig authored Apr 15, 2020
2 parents 04caa16 + f2934c3 commit 249fd41
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.1"
required_tensorflow_version = "2.2"
# required_tensorflow_version = "1.15" # Needed internally -- DisableOnExport

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

0 comments on commit 249fd41

Please sign in to comment.