From 41513903e4bee4dbd5c7221e01a5fe3f95afa263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:05 +0000 Subject: [PATCH] Bump numpy from 1.6.1 to 1.22.0 in /release/python/0.0.1/crankshaft Bumps [numpy](https://github.com/numpy/numpy) from 1.6.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.6.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/python/0.0.1/crankshaft/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/python/0.0.1/crankshaft/setup.py b/release/python/0.0.1/crankshaft/setup.py index f045b62..626bf46 100644 --- a/release/python/0.0.1/crankshaft/setup.py +++ b/release/python/0.0.1/crankshaft/setup.py @@ -40,7 +40,7 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. - install_requires=['pysal==1.11.0','numpy==1.6.1','scipy==0.17.0'], + install_requires=['pysal==1.11.0','numpy==1.22.0','scipy==0.17.0'], requires=['pysal', 'numpy'],