Skip to content

Commit

Permalink
build(deps-dev): update scikit-learn requirement
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.1.0...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and h4c5 committed Jul 3, 2023
1 parent 70b25cf commit 30e348f
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 @@ -36,7 +36,7 @@ classifiers = [
requires-python = ">=3.8,<4.0"
dependencies = [
"gensim>=4.0,<5.0",
"scikit-learn>=1.1,<1.3",
"scikit-learn>=1.1,<1.4",
"numpy>=1.19,<2.0",
"omegaconf>=2.0,<3.0",
"click>=8.0,<9.0",
Expand Down

0 comments on commit 30e348f

Please sign in to comment.