Skip to content

Commit a47ee2c

Browse files
Update pillow requirement from <9.5,>=9.2 to >=9.2,<9.6 (#17)
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](python-pillow/Pillow@9.2.0...9.5.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd48196 commit a47ee2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"opencv-python>=4.1.2",
27-
"Pillow>=9.2,<9.5",
27+
"Pillow>=9.2,<9.6",
2828
"scikit-learn>=1.1.1,<1.3.0",
2929
"numpy>=1.23.1,<1.25.0"
3030
]

0 commit comments

Comments
 (0)