Skip to content

Commit

Permalink
Bump the scikit-learn version (#822)
Browse files Browse the repository at this point in the history
The test results where not consistent with the older and newer
scikit-learn version.
  • Loading branch information
nils-braun authored Mar 2, 2021
1 parent cdeb320 commit 23fce40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23fce40

Please sign in to comment.