From ed5d91ff6bb6c5d7cfeb92ef67842ebaffffbfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:17:15 +0000 Subject: [PATCH] Bump numpy in /samples/research/VisionSample/MachineLearning/scripts Bumps [numpy](https://github.com/numpy/numpy) from 1.16 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy 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..1e05c7e7 100644 --- a/samples/research/VisionSample/MachineLearning/scripts/requirements.txt +++ b/samples/research/VisionSample/MachineLearning/scripts/requirements.txt @@ -4,6 +4,6 @@ azure-mgmt-resource==2.1.0 azureml-contrib-iot==1.0.18 azureml-core==1.0.18 easydict==1.9 -numpy==1.16 +numpy==1.22.0 tensorflow==1.13.1 wheel==0.30.0 \ No newline at end of file