Update pillow requirement from ~=9.2.0 to >=9.2,<9.4
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9e5d3dd397
commit
807275d57b
|
@ -24,7 +24,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"opencv-python>=4.1.2",
|
||||
"Pillow~=9.2.0",
|
||||
"Pillow>=9.2,<9.4",
|
||||
"scikit-learn~=1.1.1",
|
||||
"numpy~=1.23.1"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue