mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
Merge pull request #28 from google/version-fix
Fix dependent module versions
This commit is contained in:
@@ -60,11 +60,12 @@ setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'np_utils',
|
'np_utils',
|
||||||
'cairocffi',
|
'cairocffi<=1.0.0',
|
||||||
'numpy',
|
'numpy',
|
||||||
'h5py',
|
'h5py',
|
||||||
'pillow',
|
'pillow',
|
||||||
'tensorflow',
|
'tensorflow<=1.11.0',
|
||||||
|
'markdown<=3.0.1',
|
||||||
'enum34;python_version<"3.4"',
|
'enum34;python_version<"3.4"',
|
||||||
'pyserial',
|
'pyserial',
|
||||||
'evdev;platform_system=="Linux"',
|
'evdev;platform_system=="Linux"',
|
||||||
|
|||||||
Reference in New Issue
Block a user