From 2a5af56553638587e50c814edf39b723b386dd21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:54:22 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /DeepLPF 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/HOWTO_RELEASE.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] --- DeepLPF/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepLPF/requirements.txt b/DeepLPF/requirements.txt index f4de89f..332a105 100644 --- a/DeepLPF/requirements.txt +++ b/DeepLPF/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.19.2 +numpy==1.22.0 scipy==1.5.2 torch==1.7.1 scikit_image==0.18.1