From 232e03166eef5b75212a336facc1a6f81ce6ea93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:41:09 +0000 Subject: [PATCH] Bump numpy from 1.11.0 to 1.22.0 in /release/python/0.8.2/crankshaft Bumps [numpy](https://github.com/numpy/numpy) from 1.11.0 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.11.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/python/0.8.2/crankshaft/requirements.txt | 2 +- release/python/0.8.2/crankshaft/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/python/0.8.2/crankshaft/requirements.txt b/release/python/0.8.2/crankshaft/requirements.txt index f573571..d262c85 100644 --- a/release/python/0.8.2/crankshaft/requirements.txt +++ b/release/python/0.8.2/crankshaft/requirements.txt @@ -1,5 +1,5 @@ joblib==0.9.4 -numpy==1.11.0 +numpy==1.22.0 scipy==0.17.0 pysal==1.14.3 scikit-learn==0.17.0 diff --git a/release/python/0.8.2/crankshaft/setup.py b/release/python/0.8.2/crankshaft/setup.py index 1675474..0ed4687 100644 --- a/release/python/0.8.2/crankshaft/setup.py +++ b/release/python/0.8.2/crankshaft/setup.py @@ -41,7 +41,7 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. # IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. - install_requires=['joblib==0.9.4', 'numpy==1.11.0', 'scipy==0.17.0', 'pysal==1.14.3', 'scikit-learn==0.17.0'], + install_requires=['joblib==0.9.4', 'numpy==1.22.0', 'scipy==0.17.0', 'pysal==1.14.3', 'scikit-learn==0.17.0'], requires=['pysal', 'numpy', 'sklearn'],