Skip to content

Commit

Permalink
chore(deps): update dependency scikit-learn to v1.6.0 (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 45cf021 commit cc8a3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build==1.2.2.post1
twine==6.0.1
numpy==1.26.4
pandas==2.2.3
scikit-learn==1.5.2
scikit-learn==1.6.0
2ppy==0.4.1
skl2onnx==1.17.0
onnxruntime==1.19.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
REQUIREMENTS = [
'numpy~=1.26.0',
'pandas~=2.2.0',
'scikit-learn~=1.5.0',
'scikit-learn~=1.6.0',
'2ppy~=0.4.0',
'kneed~=0.8.1',
'sympy~=1.11'
Expand Down

0 comments on commit cc8a3a8

Please sign in to comment.