From 13a399eab4c696af6e7c4611fc7d1c75d577a2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:05:33 +0000 Subject: [PATCH] Bump numpy from 1.19.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.4 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.19.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/requirements.txt b/model/requirements.txt index ef640af..0b11b86 100644 --- a/model/requirements.txt +++ b/model/requirements.txt @@ -1,5 +1,5 @@ # user Python 3.7.0 for compatibility -numpy==1.19.4 +numpy==1.22.0 argparse==1.4.0 onnxruntime==1.6.0 # exclusive for gpu diff --git a/requirements.txt b/requirements.txt index 0466ecb..39d0144 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # user Python 3.7.0 for compatibility -numpy==1.19.4 +numpy==1.22.0 argparse==1.4.0 onnxruntime==1.5.2 # exclusive for gpu