Skip to content

Commit

Permalink
setup: pin Pillow to 7.0.0
Browse files Browse the repository at this point in the history
Versions greater than 7.0.0 have the following issues
- python-pillow/Pillow#4518
- python-pillow/Pillow#4509
  • Loading branch information
m4rc1e committed Apr 6, 2020
1 parent fa9dd7d commit e4fba37
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 @@ -76,7 +76,7 @@ def gftools_scripts():
'absl-py',
'glyphsLib',
'PyGithub',
'pillow',
'pillow==7.0.0',
'protobuf',
'requests',
'tabulate',
Expand Down

1 comment on commit e4fba37

@Down10
Copy link

@Down10 Down10 commented on e4fba37 Jun 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issues with Pillow cited for this change have since been resolved, so the 7.0.0 version pin can be safely removed.

Please sign in to comment.