Skip to content

Commit 0236045

Browse files
authored
Merge pull request #58 from jhlegarreta/UpdateMinReqScikitlearn
MAINT: Update minimum required `scikit-learn` version to 1.3.0
2 parents 0dadde7 + 81220a6 commit 0236045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
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)