From 6a518b6190c277db66c172e3b4ffcfb9242d2cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:52:07 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /experiments Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/requirements.txt b/experiments/requirements.txt index 6777a9b..4750e64 100644 --- a/experiments/requirements.txt +++ b/experiments/requirements.txt @@ -1,7 +1,7 @@ pacswg==0.1.16 tqdm==4.41.1 scipy==1.4.1 -numpy==1.18.1 +numpy==1.22.0 pandas==0.25.3 jupyter==1.0.0 autopep8==1.4.4