From e119353ddb92404b5d8da31d49ed19a30afa20d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:25:28 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.5...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 812ed80..dd37ea1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ seaborn==0.10.1 gpflow==2.0.5 geopandas==0.8.1 plotly==4.9.0 -numpy==1.18.5 +numpy==1.22.0 pandas==1.1.0 matplotlib==3.2.2 joblib==0.16.0 diff --git a/setup.py b/setup.py index fce7356..7760223 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ python_requires=">=3.7", install_requires=[ "matplotlib==3.2.2", - "numpy==1.18.5", + "numpy==1.22.0", "tensorflow==1.15.2", "seaborn==0.10.1", "plotly==4.8.1",