From 7d06e61461b65be63d99e17a62828fd1e1c63947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 05:38:57 +0000 Subject: [PATCH] Bump scipy from 1.5.4 to 1.6.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.4...v1.6.0) Signed-off-by: dependabot[bot] --- requirements-hyperopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index a2446ddb8..fbb963cf9 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -2,7 +2,7 @@ -r requirements.txt # Required for hyperopt -scipy==1.5.4 +scipy==1.6.0 scikit-learn==0.24.0 scikit-optimize==0.8.1 filelock==3.0.12