From 102fed3f4821fa56f55704b3c1aedc233ff9aaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:32:02 +0000 Subject: [PATCH] Update scipy requirement from <1.8.2,>=1.2 to >=1.2,<1.9.1 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.0...v1.9.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(-) diff --git a/setup.py b/setup.py index c16a47f9..f528d916 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ 'python-slugify>=3.0.0,<6.2', 'pyyaml>=5.1,<6.1', 'scikit-learn>=1.0.0,<1.1.3', - 'scipy>=1.2,<1.8.2', + 'scipy>=1.2,<1.9.1', 'werkzeug>=0.14,<2.2.2', 'shapely>=1.7.1,<1.8.3', ]