From 8baab31557415651638a9c4890c619b05cdd4755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:26:19 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.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 3755eeb..e6e4bbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib==2.2.3 -numpy==1.15.1 +numpy==1.22.0 scipy==1.1.0 sklearn==0.0 rasterio==1.1.3 diff --git a/setup.py b/setup.py index 5b06322..e270610 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", url="https://github.com/ponl/m2py", packages=["m2py"], - install_requires=["matplotlib==2.2.3", "numpy==1.15.1", "scipy==1.1.0", "sklearn==0.0", "scikit-image==0.16.2"], + install_requires=["matplotlib==2.2.3", "numpy==1.22.0", "scipy==1.1.0", "sklearn==0.0", "scikit-image==0.16.2"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License",