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 Jan 16, 2020
1 parent 24fa453 commit cc0ab8f
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 @@ -8,20 +8,20 @@

setup(
name='autokeras',
version='1.0.0b0',
version='1.0.0',
description='AutoML for deep learning',
package_data={'': ['README.md']},
long_description=readme.read_text(encoding='utf-8'),
long_description_content_type='text/markdown',
author='Data Analytics at Texas A&M (DATA) Lab, Keras Team',
author_email='[email protected]',
url='http://autokeras.com',
download_url='https://github.com/keras-team/autokeras/archive/1.0.0b0.tar.gz',
download_url='https://github.com/keras-team/autokeras/archive/1.0.0.tar.gz',
keywords=['AutoML', 'keras'],
# TODO: Do not install tensorflow if tensorflow-gpu is installed.
install_requires=[
'packaging',
'keras-tuner>=1.0.0',
'keras-tuner>=1.0.1',
'scikit-learn',
'numpy',
'pandas',
Expand Down

0 comments on commit cc0ab8f

Please sign in to comment.