From 48bbb6525b4c10ddf289af30a6837cbdf848ac7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:36:04 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.9.3 in /Q_learning Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.9.3. - [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.0.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Q_learning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Q_learning/requirements.txt b/Q_learning/requirements.txt index d270b6b..4811968 100644 --- a/Q_learning/requirements.txt +++ b/Q_learning/requirements.txt @@ -1,5 +1,5 @@ gym==0.15.3 matplotlib==3.1.1 pandas==0.25.3 -tensorflow==2.0.0 +tensorflow==2.9.3 tqdm==4.37.0 \ No newline at end of file