From b6aa0eb5e33089df2bf27fc73cc3e0f8939036c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:15:15 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 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.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy 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..e424a56 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ packages=find_packages(), scripts=['bin/w2v2ssm', 'bin/csv_sims', 'bin/subset_space'], install_requires=['fs==2.4.11', - 'numpy==1.21.6', + 'numpy==1.22.0', 'scipy==1.5.0', 'pandas==1.4.2', 'scikit-learn==1.1.1'],