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:
commit
21cd3c71a4
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue