From 7270afd17901e06fe71a02143828fac7bc963461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:59:55 +0000 Subject: [PATCH] Bump tensorflow in /lite/examples/gesture_classification/ml Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.5.0. - [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.13.1...v2.5.0) Signed-off-by: dependabot[bot] --- lite/examples/gesture_classification/ml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/examples/gesture_classification/ml/requirements.txt b/lite/examples/gesture_classification/ml/requirements.txt index 3768541..947af6e 100644 --- a/lite/examples/gesture_classification/ml/requirements.txt +++ b/lite/examples/gesture_classification/ml/requirements.txt @@ -1,3 +1,3 @@ -tensorflow==1.13.1 +tensorflow==2.5.0 tensorflowjs==0.6.4 keras==2.2.4