Merge pull request #9 from GreatV/dependabot/pip/scikit-learn-gte-1.1.1-and-lt-1.3.0

Update scikit-learn requirement from ~=1.1.1 to >=1.1.1,<1.3.0
This commit is contained in:
Wang Xin 2022-12-13 08:21:24 +08:00 committed by GitHub
commit 21cd3c71a4
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 = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<9.4",
"scikit-learn~=1.1.1",
"scikit-learn>=1.1.1,<1.3.0",
"numpy~=1.23.1"
]
dynamic = ["version"]