Skip to content

Commit

Permalink
Update scikit-learn requirement from <1.3.1,>=1.2.0 to >=1.2.0,<1.3.3
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.2.0...1.3.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d74fa64 commit ff5979f
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 @@ -28,7 +28,7 @@ dependencies = [
"python-levenshtein>=0.21.0,<0.22",
"python-slugify>=7.0.0,<8.1",
"pyyaml>=6.0,<6.1",
"scikit-learn>=1.2.0,<1.3.1",
"scikit-learn>=1.2.0,<1.3.3",
"scipy>=1.10.0,<1.10.2",
"werkzeug>=2.3.0,<2.3.8",
"shapely>=2.0,<2.0.2"
Expand Down

0 comments on commit ff5979f

Please sign in to comment.