Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Aug 13, 2018
1 parent 227058a commit c085ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
packages=['autokeras'], # this must be the same as the name above
install_requires=['torch==0.4.0', 'torchvision==0.2.1', 'numpy==1.14.5', 'keras==2.2.2', 'scikit-learn==0.19.1',
'tensorflow==1.8.0'],
version='0.2.2',
description='Automated Machine Learning with Keras',
version='0.2.3',
description='AutoML for deep learning',
author='Haifeng Jin',
author_email='[email protected]',
url='http://autokeras.com',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.2.tar.gz',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.3.tar.gz',
keywords=['automl'], # arbitrary keywords
classifiers=[]
)

0 comments on commit c085ab1

Please sign in to comment.