From 22525b26414eb5e072cf36ab13bad6fc3e72b77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:06:52 +0000 Subject: [PATCH] Bump numpy from 1.18.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.3...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 61256ac..d48b43e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numba==0.50.1 -numpy==1.18.3 +numpy==1.22.0 scipy==1.4.1 joblib==0.14.1 Cython==0.29.16 diff --git a/setup.py b/setup.py index e197db9..f314f63 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url = 'https://github.com/DeepLense-Unsupervised/PyLensing', keywords = ['Gravitational Lensing', 'Simulation', 'Dark Matter'], install_requires=[ - 'numpy==1.18.3', + 'numpy==1.22.0', 'scipy==1.4.1', 'joblib==0.14.1', 'Cython==0.29.16',