From 3483c0489fbd3fc93589a019db303270e83da29f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:02:47 +0000 Subject: [PATCH] Bump numpy from 1.21.0 to 1.22.0 in /tf-nonlinearity 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] --- tf-nonlinearity/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-nonlinearity/requirements.txt b/tf-nonlinearity/requirements.txt index 1f6f1ec..aa48444 100644 --- a/tf-nonlinearity/requirements.txt +++ b/tf-nonlinearity/requirements.txt @@ -2,7 +2,7 @@ futures==3.0.5 ipython==7.16.3 matplotlib==1.5.3 -numpy==1.21.0 +numpy==1.22.0 scipy==0.18.1 tensorflow==2.5.3 tqdm==4.8.4