From 0705b1cb5b7c6626c54ff7868d4416240fcb8ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 07:07:54 +0900 Subject: [PATCH] Bump scipy from 1.6.2 to 1.6.3 (#504) Bumps [scipy](https://github.com/scipy/scipy) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.2...v1.6.3) 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 d2fd8f7f..0e1d0dfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.20.2 -scipy == 1.6.2 +scipy == 1.6.3 pandas == 1.2.4 matplotlib == 3.4.1 cvxpy == 1.1.12