From 33a22cd16ea2295e7d17868d016f8b43fc198588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:06:34 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.1...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 d58de99..7196a6a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "javabridge==1.0.19", "Keras==2.1.5", # TODO: See deepometry.iterator.NumpyArrayIterator's `_get_batches_of_transformed_samples`. "keras-resnet==0.0.7", - "numpy==1.18.1", + "numpy==1.22.0", "opencv-python==4.2.0.34", "pandas==1.0.3", "python-bioformats==1.5.2",