From a8ad0ba0ed13126cf0ae45c448ea635a695db136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:44:53 +0000 Subject: [PATCH] Bump numpy from 1.14.3 to 1.22.0 in /api/ImageSimilarity/deployment Bumps [numpy](https://github.com/numpy/numpy) from 1.14.3 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.14.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/ImageSimilarity/deployment/requirements.txt | 2 +- api/ImageSimilarity/deployment/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ImageSimilarity/deployment/requirements.txt b/api/ImageSimilarity/deployment/requirements.txt index 317f794..4038f2b 100644 --- a/api/ImageSimilarity/deployment/requirements.txt +++ b/api/ImageSimilarity/deployment/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.14.3 +numpy==1.22.0 pandas==0.22.0 Keras==2.1.6 Pillow==5.3.0 diff --git a/api/ImageSimilarity/deployment/requirements_gpu.txt b/api/ImageSimilarity/deployment/requirements_gpu.txt index fa75415..a0fd7b0 100644 --- a/api/ImageSimilarity/deployment/requirements_gpu.txt +++ b/api/ImageSimilarity/deployment/requirements_gpu.txt @@ -1,4 +1,4 @@ -numpy==1.14.3 +numpy==1.22.0 pandas==0.22.0 Keras==2.1.6 Pillow==5.3.0