From b6a2f293ea194c2ce2bc6b1bd231bd0ea4e4f5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 08:04:39 +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(-) diff --git a/requirements.txt b/requirements.txt index 2a2cc73..c0924d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fire==0.4.0 functorch==0.1.1 gin-config==0.5.0 matplotlib==3.5.1 -numpy ==1.19.2 +numpy ==1.22.0 pandas==1.4.2 scikit-learn==1.0.2 scipy==1.7.3