From 74d0ef8df9a971c5bd12aedbc3e24358d2679a74 Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Tue, 2 Mar 2021 22:16:31 +0100 Subject: [PATCH] Bump the scikit-learn version The test results where not consistent with the older and newer scikit-learn version. --- .github/workflows/test.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a53aa435..a4b907fc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: NUMPY: "1.15.1" PANDAS: "0.25.0" - SCIKITLEARN: "0.19.2" + SCIKITLEARN: "0.22.0" DASK: "2.9.0" DISTRIBUTED: "2.11.0" SCIPY: "1.2.0" @@ -32,7 +32,7 @@ jobs: NUMPY: "1.15.1" PANDAS: "1.0.5" # see https://github.com/numpy/numpy/issues/18355 - SCIKITLEARN: "0.19.2" + SCIKITLEARN: "0.22.0" DASK: "2.9.0" DISTRIBUTED: "2.11.0" SCIPY: "1.2.0" diff --git a/requirements.txt b/requirements.txt index dba4a2a57..0740fee3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas>=0.25.0 scipy>=1.2.0 statsmodels>=0.9.0 patsy>=0.4.1 -scikit-learn>=0.19.2 +scikit-learn>=0.22.0 tqdm>=4.10.0 dask[dataframe]>=2.9.0 distributed>=2.11.0