Skip to content

Commit

Permalink
build(deps): update scikit-learn requirement in /requirements
Browse files Browse the repository at this point in the history
Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.5.0rc1...1.6.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent cb1aa02 commit 59745ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ fire ==0.7.*

cloudpickle >1.3, <=3.1.0
scikit-learn ==1.2.*; python_version < "3.9"
scikit-learn ==1.5.*; python_version > "3.8" # we do not use `> =` because of oldest replcement
scikit-learn ==1.6.*; python_version > "3.8" # we do not use `> =` because of oldest replcement
cachier ==3.1.2

0 comments on commit 59745ca

Please sign in to comment.