Commit 81220a6
committed
ENH: Update minimum required
Update minimum required `scikit-learn` version to 1.3.0 (released June
2023):
- 0.18 dates back to Sept 28, 2016 (9 years ago):
https://scikit-learn.org/1.6/whats_new/v0.18.html#changes-0-18
- CI testing is using 1.6.0, the most recent version to date:
https://scikit-learn.org/1.6/whats_new/v1.6.html
- Following the errors discovered during the type hinting efforts,
the `DiffusionGPR` class is accepting the `n_targets` named parameter
constraint, which was introduced in `scikit-learn` version 1.3.0:
https://scikit-learn.org/1.6/whats_new/v1.3.html#sklearn-gaussian-process
Documentation:
https://scikit-learn.org/1.6/whats_new/v1.3.html#version-1-3-0scikit-learn version to 1.3.01 parent 0dadde7 commit 81220a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments