Skip to content

Commit

Permalink
fix(deps): update dependency scikit-learn to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 2d398cf commit 55fa367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr-train/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [{ include = "models", from = "src" }]
[tool.poetry.dependencies]
sr-data = { path = "../sr-data" }
python = "==3.10.* || ==3.11.* || ==3.12.*"
scikit-learn = "1.5.2"
scikit-learn = "1.6.0"
pandas = "2.2.3"
scikit-fuzzy = "0.5.0"
packaging = "24.2"
Expand Down

0 comments on commit 55fa367

Please sign in to comment.