From c9e5e050901348368a28f4b8e0c1e13272e99f14 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 08:37:55 +0100 Subject: [PATCH] Bump scipy from 1.3.0 to 1.3.1 (#56) Bumps [scipy](https://github.com/scipy/scipy) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5e797b5..0e6f0129 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def readme(): extras_require={ "tensorflow": ["tensorflow>=1.13.1"], "tensorflow_gpu": ["tensorflow-gpu>=1.13.1"], - "test": ["pytest>=4.3.1", "pytest-cov>=2.6.1", "Pillow==6.1.0", "scipy==1.3.0"], + "test": ["pytest>=4.3.1", "pytest-cov>=2.6.1", "Pillow==6.1.0", "scipy==1.3.1"], }, entry_points=""" [console_scripts]