From 9e26c98e25a1d38fcfa426640697e37dd39f4776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:40:11 -0700 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 (#19) Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f75a01..3f119e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ torch==0.3.1 attrdict==2.0.0 scipy==1.0.0 scikit_image==0.13.1 -numpy==1.21.0 +numpy==1.22.0 imgaug==0.2.5 neptune-cli ipython==7.16.3