From 2c0d606e580d8ee284ec2d04a9c3c05b5a491c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:22:37 +0000 Subject: [PATCH] Bump numpy from 1.17 to 1.22.0 in /yolov3 Bumps [numpy](https://github.com/numpy/numpy) from 1.17 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yolov3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 yolov3/requirements.txt diff --git a/yolov3/requirements.txt b/yolov3/requirements.txt old mode 100755 new mode 100644 index 08c696b..e40a58d --- a/yolov3/requirements.txt +++ b/yolov3/requirements.txt @@ -1,6 +1,6 @@ # pip install -U -r requirements.txt # pycocotools requires numpy 1.17 https://github.com/cocodataset/cocoapi/issues/356 -numpy == 1.17 +numpy == 1.22.0 opencv-python >= 4.1 torch >= 1.5 matplotlib