Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Aug 17, 2018
1 parent c3120c4 commit 4502217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,12 +5,12 @@
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.8.0'],
version='0.2.3',
version='0.2.4',
description='AutoML for deep learning',
author='Haifeng Jin',
author_email='jhfjhfj1@gmail.com',
url='http://autokeras.com',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.3.tar.gz',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.2.4.tar.gz',
keywords=['automl'], # arbitrary keywords
classifiers=[]
)

0 comments on commit 4502217

Please sign in to comment.