From 395102b9301cee194cf9a0ce7a58e50e3d644287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:40:05 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 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] --- YOLOv4/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YOLOv4/requirements.txt b/YOLOv4/requirements.txt index e3e7a7f..b0bf6cc 100644 --- a/YOLOv4/requirements.txt +++ b/YOLOv4/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.1.0.25 -numpy==1.17.0 +numpy==1.22.0 pandas==0.25.1 torch_nightly==1.2.0.dev20190807+cpu matplotlib==3.1.1 diff --git a/requirements.txt b/requirements.txt index 50ce8f3..a75bf3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.1.0.25 -numpy==1.17.0 +numpy==1.22.0 pandas==0.25.1 torch_nightly==1.2.0.dev20190807+cpu matplotlib==3.1.1