From ec6752ae743c45bbe5900712264bf5ad983f80c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:10:28 +0000 Subject: [PATCH] Bump numpy from 1.21.5 to 1.22.0 in /yolov5_shellfish Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 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.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yolov5_shellfish/requirements-serve.txt | 2 +- yolov5_shellfish/requirements-train.txt | 2 +- yolov5_shellfish/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yolov5_shellfish/requirements-serve.txt b/yolov5_shellfish/requirements-serve.txt index 52a18f7..f7b5c0b 100644 --- a/yolov5_shellfish/requirements-serve.txt +++ b/yolov5_shellfish/requirements-serve.txt @@ -1,4 +1,4 @@ -numpy==1.21.5 +numpy==1.22.0 opencv-python-headless==4.4.0.44 pandas==1.3.5 Pillow>=8.1.1 diff --git a/yolov5_shellfish/requirements-train.txt b/yolov5_shellfish/requirements-train.txt index 895c753..7eef8c2 100644 --- a/yolov5_shellfish/requirements-train.txt +++ b/yolov5_shellfish/requirements-train.txt @@ -1,6 +1,6 @@ bdrk[model-monitoring]>=0.9.2,<0.10 boto3==1.15.9 -numpy==1.21.5 +numpy==1.22.0 opencv-python-headless==4.4.0.44 pandas==1.3.5 s3fs==2021.8.0 diff --git a/yolov5_shellfish/requirements.txt b/yolov5_shellfish/requirements.txt index f6a3370..f048768 100644 --- a/yolov5_shellfish/requirements.txt +++ b/yolov5_shellfish/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.3.0 -numpy==1.21.5 +numpy==1.22.0 opencv-python-headless==4.4.0.44 Pillow>=8.1.1 scipy==1.5.3