Skip to content

Commit

Permalink
[Build] Relax Pillow version bounds. (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Nov 6, 2023
1 parent 9403d32 commit e00cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"rapidfuzz>=3.0.0,<4.0.0",
"matplotlib>=3.1.0",
"weasyprint>=55.0",
"Pillow>=10.0.0",
"Pillow>=9.2.0",
"defusedxml>=0.7.0",
"mplcursors>=0.3",
"unidecode>=1.0.0",
Expand Down

0 comments on commit e00cc79

Please sign in to comment.