From f9da5fc171c658a0ef9201ddab334d0003f9c322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 03:51:29 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 0ce81b9..a112a59 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ torchvision==0.7.0 albumentations==0.4.6 attrdict==2.0.1 opencv-python==4.4.0.44 -numpy==1.19.2 +numpy==1.22.0 pandas==1.1.2 sklearn==0.0 tqdm==4.50.0