Skip to content

Commit

Permalink
Merge pull request #58 from jhlegarreta/UpdateMinReqScikitlearn
Browse files Browse the repository at this point in the history
MAINT: Update minimum required `scikit-learn` version to 1.3.0
  • Loading branch information
oesteban authored Jan 20, 2025
2 parents 0dadde7 + 81220a6 commit 0236045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"numpy>=1.17.3",
"nest-asyncio>=1.5.1",
"scikit-image>=0.14.2",
"scikit_learn>=0.18",
"scikit_learn>=1.3.0",
"scipy>=1.8.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 0236045

Please sign in to comment.