Skip to content

Commit

Permalink
Left from the release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592609519
Change-Id: I8e18e4512797c9dc73be3f2545d5471ad70bba70
  • Loading branch information
esonghori authored and copybara-github committed Dec 20, 2023
1 parent 91aa082 commit e5219db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_agents/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.2.0"
required_tensorflow_version = "2.15.0"

tf_version = tf.version.VERSION
if distutils.version.LooseVersion(
Expand Down

0 comments on commit e5219db

Please sign in to comment.