Skip to content

Commit 81220a6

Browse files
committed
ENH: Update minimum required scikit-learn version to 1.3.0
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-0
1 parent 0dadde7 commit 81220a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"numpy>=1.17.3",
2929
"nest-asyncio>=1.5.1",
3030
"scikit-image>=0.14.2",
31-
"scikit_learn>=0.18",
31+
"scikit_learn>=1.3.0",
3232
"scipy>=1.8.0",
3333
]
3434
dynamic = ["version"]

0 commit comments

Comments
 (0)