From 8f476cf2f1a640b2975337c5b5aa45759fc682f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:12:42 +0000 Subject: [PATCH] Bump scipy from 1.5.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.5.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.0...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 3743902..2e43cc8 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ scripts=['bin/w2v2ssm', 'bin/csv_sims', 'bin/subset_space'], install_requires=['fs==2.4.11', 'numpy==1.21.6', - 'scipy==1.5.0', + 'scipy==1.10.0', 'pandas==1.4.2', 'scikit-learn==1.1.1'],