Skip to content

Commit

Permalink
Update dependency scikit-learn to v1.6.1 (#2250)
Browse files Browse the repository at this point in the history
* Update dependency scikit-learn to v1.6.1

* Update requirements-test.txt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Andreev <[email protected]>
  • Loading branch information
renovate[bot] and Alexsandruss authored Jan 10, 2025
1 parent 45ce38c commit f879b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy>=1.21.6 ; python_version == '3.10'
numpy>=1.23.5 ; python_version == '3.11'
numpy>=2.0.0 ; python_version >= '3.12'
scikit-learn==1.5.2 ; python_version <= '3.9'
scikit-learn==1.6.0 ; python_version >= '3.10'
scikit-learn==1.6.1 ; python_version >= '3.10'
pandas==2.1.3 ; python_version < '3.11'
pandas==2.2.3 ; python_version >= '3.11'
xgboost==2.1.3
Expand Down

0 comments on commit f879b34

Please sign in to comment.