From ca55e0eeb25e21967c0773dfe1d405f4135334d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:45:54 +0000 Subject: [PATCH] Bump tensorflow in /lite/examples/reinforcement_learning/ml/tf_and_jax Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../reinforcement_learning/ml/tf_and_jax/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt b/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt index 1ec653f4a01..5ff583a6b7c 100644 --- a/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt +++ b/lite/examples/reinforcement_learning/ml/tf_and_jax/requirements.txt @@ -2,7 +2,7 @@ flax==0.6.0 jax==0.3.17 jaxlib==0.3.15 tensorboard==2.9.1 -tensorflow==2.9.1 +tensorflow==2.12.1 numpy==1.23.2 gym==0.18.0 tqdm==4.64.0 \ No newline at end of file