From 4ffd676f828fd70fab8048f410904e4eacea26ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:53:01 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.11.1. - [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.11.1) --- 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..54290d0a 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.11.1 wheel==0.30.0 \ No newline at end of file