Merge pull request #6 from GreatV/dependabot/pip/pillow-gte-9.2-and-lt-9.4
Update pillow requirement from ~=9.2.0 to >=9.2,<9.4
This commit is contained in:
commit
53a5b316d2
|
@ -24,7 +24,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"opencv-python>=4.1.2",
|
"opencv-python>=4.1.2",
|
||||||
"Pillow~=9.2.0",
|
"Pillow>=9.2,<9.4",
|
||||||
"scikit-learn~=1.1.1",
|
"scikit-learn~=1.1.1",
|
||||||
"numpy~=1.23.1"
|
"numpy~=1.23.1"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue