From 199d5ea9a5a0b12c45fe9a4eda6fd0b771390318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:56:55 -0700 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /scripts (#120) Bumps [numpy](https://github.com/numpy/numpy) from 1.21.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.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index de9edcf5..210dfba0 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -8,7 +8,7 @@ joblib==1.0.1 jsonschema==3.2.0 musdb==0.3.1 museval==0.3.1 -numpy==1.21.2 +numpy==1.22.0 pandas==1.3.3 pyaml==21.8.3 pycparser==2.20