From d391cdbb8c82f9c3e643f4c2fd95e85d03b47c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 07:27:33 +0900 Subject: [PATCH] Bump scipy from 1.6.0 to 1.6.1 (#485) Bumps [scipy](https://github.com/scipy/scipy) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8402a520..cb46f475 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.20.1 -scipy == 1.6.0 +scipy == 1.6.1 pandas == 1.2.2 matplotlib == 3.3.4 cvxpy == 1.1.10