From e7070332fb5eb397a8df78107b18d462b689ead6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:46:41 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.5.2. - [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.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../VisionSample/MachineLearning/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/research/VisionSample/MachineLearning/scripts/requirements.txt b/samples/research/VisionSample/MachineLearning/scripts/requirements.txt index 507a0f91..37e09846 100644 --- a/samples/research/VisionSample/MachineLearning/scripts/requirements.txt +++ b/samples/research/VisionSample/MachineLearning/scripts/requirements.txt @@ -5,5 +5,5 @@ azureml-contrib-iot==1.0.18 azureml-core==1.0.18 easydict==1.9 numpy==1.16 -tensorflow==1.13.1 +tensorflow==2.5.2 wheel==0.30.0 \ No newline at end of file