From 16298e51d969bc400cf25355a7755658b9c8d07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:33:08 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_eval_tflite.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49dc4197af..bcb1facceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pandas progressbar2 python-utils tensorflow == 1.12.0 -numpy == 1.15.4 +numpy == 1.22.0 matplotlib scipy sox diff --git a/requirements_eval_tflite.txt b/requirements_eval_tflite.txt index 3ff7a8e952..90837a8b8f 100644 --- a/requirements_eval_tflite.txt +++ b/requirements_eval_tflite.txt @@ -1,6 +1,6 @@ attrdict==2.0.0 deepspeech -numpy==1.16.0 +numpy==1.22.0 pkg-resources==0.0.0 progressbar2==3.39.2 python-utils==2.3.0