Skip to content

Commit

Permalink
Merge pull request #1 from ggrossetie/incompat-pillow-10
Browse files Browse the repository at this point in the history
Blockdiag is incompatible with Pillow 3.10
  • Loading branch information
ggrossetie authored Aug 13, 2023
2 parents ce37f0c + c1dd1a4 commit dc1d35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version():
install_requires=[
'setuptools',
'funcparserlib>=1.0.0a0',
'Pillow > 3.0',
'Pillow > 3.0, < 10.0',
'webcolors',
],
extras_require={
Expand Down

0 comments on commit dc1d35e

Please sign in to comment.