Skip to content

Commit

Permalink
fix tensorflow version (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chie Hayashida authored and haifeng-jin committed Nov 3, 2018
1 parent 757d5e5 commit 7b7b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
name='autokeras',
packages=['autokeras'], # this must be the same as the name above
install_requires=['torch==0.4.1', 'torchvision==0.2.1', 'numpy>=1.14.5', 'keras==2.2.2', 'scikit-learn==0.19.1',
'tensorflow>=1.10.0', 'tqdm==4.25.0'],
'tensorflow==1.10.0', 'tqdm==4.25.0'],
version='0.2.18',
description='AutoML for deep learning',
author='Haifeng Jin',
Expand Down

0 comments on commit 7b7b249

Please sign in to comment.