From b7081f0d7399549e4b5c0320b237e50fcaec7c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:31:50 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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/v1.13.1...v2.9.3) --- 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..3f651ff1 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.9.3 wheel==0.30.0 \ No newline at end of file