From e5219dbe27d0d78103602c6697cfc7ea969d97b0 Mon Sep 17 00:00:00 2001 From: Ebrahim Songhori Date: Wed, 20 Dec 2023 11:13:01 -0800 Subject: [PATCH] Left from the release. PiperOrigin-RevId: 592609519 Change-Id: I8e18e4512797c9dc73be3f2545d5471ad70bba70 --- tf_agents/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf_agents/__init__.py b/tf_agents/__init__.py index 6ff941517..1bfecba75 100644 --- a/tf_agents/__init__.py +++ b/tf_agents/__init__.py @@ -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(