From 147a4238786b456b8d1d7f10e1d53691aa6df74f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:07:35 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.6.4 in /code-env/python/spec Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.6.4. - [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/v1.14.0...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 code-env/python/spec/requirements.txt diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt old mode 100755 new mode 100644 index 02bc05e..080af3d --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -1,6 +1,6 @@ tensorboard==1.14.0 tensorflow-estimator==1.14.0 -tensorflow==1.14 +tensorflow==2.6.4 gym stable-baselines Flask