From 669f246824c0d39afa03da2b12d15a7d04a6c7f6 Mon Sep 17 00:00:00 2001 From: Yener Date: Mon, 22 Jul 2019 16:58:18 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66407bf..73eb99d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='jiagu', author_email='help@ownthink.com', url='https://github.com/ownthink/Jiagu', license='MIT', - install_requires=['tensorflow>=1.4.0', 'numpy>=1.12.1'], + install_requires=['tensorflow>=1.6.0', 'numpy>=1.12.1'], packages=['jiagu'], package_dir={'jiagu': 'jiagu'}, package_data={'jiagu': ['*.*', 'model/*', 'data/*']}