From 83a4e8454f7470dc19438967cf6b3d08721b1fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:47:41 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /omnidet Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- omnidet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnidet/requirements.txt b/omnidet/requirements.txt index aa9c0ef..ab0e2d4 100644 --- a/omnidet/requirements.txt +++ b/omnidet/requirements.txt @@ -14,7 +14,7 @@ mpmath==1.2.1 torchvision==0.10.0 opencv_python==4.5.3.56 pandas==1.3.2 -numpy==1.21.2 +numpy==1.22.0 Pillow==7.2.0 PyYAML==5.4.1 future