From ed2846c64455e57d6d104f2db18021670cec87a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:37:58 +0000 Subject: [PATCH] Bump scipy from 1.2.1 to 1.10.0 in /smiler_tools 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] --- smiler_tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smiler_tools/setup.py b/smiler_tools/setup.py index ecb52ca..fb90550 100644 --- a/smiler_tools/setup.py +++ b/smiler_tools/setup.py @@ -15,7 +15,7 @@ packages=setuptools.find_packages(), install_requires=[ 'numpy', - 'scipy==1.2.1', + 'scipy==1.10.0', 'pillow==5.1', ], classifiers=(