From 2498fa5a4710fcbb85bb6a803b26fe3ab78e7e4c Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 20 May 2020 06:29:17 +0200 Subject: [PATCH] Bump scikit-learn from 0.22.2.post1 to 0.23.1 --- requirements-hyperopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hyperopt.txt b/requirements-hyperopt.txt index a1431bf8f..e1b3fef4f 100644 --- a/requirements-hyperopt.txt +++ b/requirements-hyperopt.txt @@ -3,7 +3,7 @@ # Required for hyperopt scipy==1.4.1 -scikit-learn==0.23.0 +scikit-learn==0.23.1 scikit-optimize==0.7.4 filelock==3.0.12 joblib==0.15.1