Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
BUG: add PIL to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed May 25, 2018
1 parent b0d6ea8 commit c5d33c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
reqs = [('numpy', 'numpy', None, None),
('tensorflow', 'tensorflow', None, None),
('keras', 'keras', None, None),
('Pillow', 'PIL', None, None),
]

for pip_name,import_name,op,ver in reqs:
Expand Down

0 comments on commit c5d33c8

Please sign in to comment.