Skip to content

Commit cd782bb

Browse files
committed
Increment TF dep version
1 parent 5047529 commit cd782bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_probability/python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _validate_tf_environment(package):
5151
#
5252
# Update this whenever we need to depend on a newer TensorFlow release.
5353
#
54-
required_tensorflow_version = '2.16'
54+
required_tensorflow_version = '2.18'
5555
# required_tensorflow_version = '1.15' # Needed internally -- DisableOnExport
5656

5757
if (distutils.version.LooseVersion(tf.__version__) <

0 commit comments

Comments
 (0)