Skip to content

Commit

Permalink
Fix dependent module versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei committed Apr 9, 2019
1 parent 63424d5 commit 781a5c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mozc-nazoru/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ def read_file(name):

install_requires=[
'np_utils',
'cairocffi',
'cairocffi<=1.0.0',
'numpy',
'h5py',
'pillow',
'tensorflow',
'tensorflow<=1.11.0',
'markdown<=3.0.1',
'enum34;python_version<"3.4"',
'pyserial',
'evdev;platform_system=="Linux"',
Expand Down

0 comments on commit 781a5c4

Please sign in to comment.