From 2ab42a71ea3337aace54ee1de6ab03e0f3bcd629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:03:58 +0000 Subject: [PATCH] Bump scipy from 0.14.0 to 1.10.0 in /release/python/0.2.0/crankshaft Bumps [scipy](https://github.com/scipy/scipy) from 0.14.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.14.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- release/python/0.2.0/crankshaft/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/python/0.2.0/crankshaft/setup.py b/release/python/0.2.0/crankshaft/setup.py index 0b1f2d6..e45320e 100644 --- a/release/python/0.2.0/crankshaft/setup.py +++ b/release/python/0.2.0/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.8.3', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], + install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==1.10.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], requires=['pysal', 'numpy', 'sklearn'],