From 26eff36579621bdf477801365718623e050bb78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:15 +0000 Subject: [PATCH] Bump numpy from 1.9.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.9.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.9.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0f57bc7..d8589d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy==1.9.1 +numpy==1.22.0 scikit-learn==0.15.2 scipy==0.14.0 diff --git a/setup.py b/setup.py index 9a5247a..e41e1fa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author_email='carl@carlshan.com', url='https://github.com/carlshan/ml_workflow', license='MIT', - install_requires=['numpy==1.9.1', + install_requires=['numpy==1.22.0', 'scikit-learn==0.15.2', 'scipy==0.14.0'] )