From 033400df1387200a8b8bc2c3423f71500e3e36a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:01:31 +0000 Subject: [PATCH] Update numpy requirement from ~=1.21.2 to ~=1.22.2 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.21.2...v1.22.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..2174439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ librosa~=0.8.1 matplotlib~=3.4.3 moviepy~=1.0.3 mtcnn~=0.1.1 -numpy~=1.21.2 +numpy~=1.22.2 opencv-python~=4.5.3.56 pandas~=1.3.4 pathlib~=1.0.1