Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Sep 10, 2018
1 parent f9b3b31 commit 65814c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
packages=['autokeras'], # this must be the same as the name above 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', 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.13', version='0.2.14',
description='AutoML for deep learning', description='AutoML for deep learning',
author='Haifeng Jin', author='Haifeng Jin',
author_email='jhfjhfj1@gmail.com', author_email='jhfjhfj1@gmail.com',
url='http://autokeras.com', url='http://autokeras.com',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.13.tar.gz', download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.14.tar.gz',
keywords=['automl'], # arbitrary keywords keywords=['automl'], # arbitrary keywords
classifiers=[] classifiers=[]
) )

0 comments on commit 65814c9

Please sign in to comment.