Update scikit-learn requirement from <1.3.0,>=1.1.1 to >=1.1.1,<1.4.0 (#32)

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](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-03 18:23:17 +08:00 committed by GitHub
parent e32a34253f
commit 1acb4112bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ classifiers = [
dependencies = [ dependencies = [
"opencv-python>=4.1.2", "opencv-python>=4.1.2",
"Pillow>=9.2,<10.1", "Pillow>=9.2,<10.1",
"scikit-learn>=1.1.1,<1.3.0", "scikit-learn>=1.1.1,<1.4.0",
"numpy>=1.23.1,<1.26.0" "numpy>=1.23.1,<1.26.0"
] ]
dynamic = ["version"] dynamic = ["version"]