From 6ca8cb41072c2b0f151047af54f33c4fff7e3ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:35:28 +0000 Subject: [PATCH] Bump scipy from 1.2.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 1f0d2cd..38e1be1 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): "pandas==0.24.2", "numpy==1.16.2", "lime", - "scipy==1.2.1", + "scipy==1.10.0", "matplotlib==3.1.1", "sklearn_pandas", "fancyimpute==0.4.2",