Skip to content

Commit e5219db

Browse files
esonghoricopybara-github
authored andcommitted
Left from the release.
PiperOrigin-RevId: 592609519 Change-Id: I8e18e4512797c9dc73be3f2545d5471ad70bba70
1 parent 91aa082 commit e5219db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf_agents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def _ensure_tf_install(): # pylint: disable=g-statement-before-imports
5252
#
5353
# Update this whenever we need to depend on a newer TensorFlow release.
5454
#
55-
required_tensorflow_version = "2.2.0"
55+
required_tensorflow_version = "2.15.0"
5656

5757
tf_version = tf.version.VERSION
5858
if distutils.version.LooseVersion(

0 commit comments

Comments
 (0)