Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #944 from Hakuyume/fix-mpl-issue
Browse files Browse the repository at this point in the history
Use Pillow < 7
  • Loading branch information
Hakuyume committed Jan 7, 2020
2 parents 1db5572 + 8d8efc0 commit 7159616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,8 @@
setup_requires = ['numpy']
install_requires = [
'chainer>=6.0',
'Pillow'
# https://github.com/matplotlib/matplotlib/issues/16083
'Pillow<7',
]

ext_data = {
Expand Down

0 comments on commit 7159616

Please sign in to comment.