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