From 57d4f62f53705e5e5f0ee68668db4e24741ce415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:53:37 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- mplc/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c9fcbe6f..cbe90c24 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ h5py~=3.1.0 joblib==1.0.0 librosa==0.8.1 matplotlib==3.3.3 -numpy==1.19.5 +numpy==1.22.0 scipy==1.5.4 scikit-learn==0.23.2 pandas==1.1.5 diff --git a/mplc/requirements.txt b/mplc/requirements.txt index 6d19b329..24121b32 100644 --- a/mplc/requirements.txt +++ b/mplc/requirements.txt @@ -2,7 +2,7 @@ h5py~=3.1.0 joblib==1.0.0 librosa==0.8.1 matplotlib==3.3.3 -numpy==1.19.5 +numpy==1.22.0 scipy==1.5.4 scikit-learn==0.23.2 pandas==1.1.5 diff --git a/setup.py b/setup.py index 857fbb5d..f05f4caf 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ 'joblib==1.0.0', 'librosa==0.8.1', 'matplotlib==3.3.3', - 'numpy==1.19.5', + 'numpy==1.22.0', 'scipy==1.5.4', 'scikit-learn==0.23.2', 'pandas==1.1.5',