From 3062c1fdb7f4db1999d32a095fb515d963daea77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:00:55 +0000 Subject: [PATCH] Bump numpy from 1.19.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8aeefe8..264b7af 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,6 @@ license="MIT", python_requires=">=3.6", tests_require=['pytest'], - setup_requires=["numpy==1.19.3", "pytest-runner"], - install_requires=["numpy==1.19.3", "scipy", "matplotlib==3.3.2"] + setup_requires=["numpy==1.22.0", "pytest-runner"], + install_requires=["numpy==1.22.0", "scipy", "matplotlib==3.3.2"] ) \ No newline at end of file