From 6798b84125b096d664301fc6f713ea2a58c7bb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:05:00 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.17.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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da228cc..3738df0 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def read(fname): install_requires=[ 'click==7.0', 'pillow>=7.1.0', - 'numpy==1.17.3', + 'numpy==1.22.0', 'zarr==2.8.1', 'kajiki==0.8.2', 'fsspec>=0.9.0',