Skip to content

Commit 05930a6

Browse files
fix: allow pillow 11 and above (#106)
* fix: allow pillow 11 and above --------- Co-authored-by: Ivar Stangeby <is@monil.com>
1 parent 971a78a commit 05930a6

2 files changed

Lines changed: 96 additions & 57 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"numpy>=1.26.4",
2424
"opencv-python>=4.11.0.86",
25-
"pillow>=9.3,<11.0",
25+
"pillow>=9.3",
2626
"requests>=2.32.3",
2727
"scikit-learn>=1.2",
2828
"typer>=0.12.5",

0 commit comments

Comments
 (0)