Skip to content

Commit cc0ab8f

Browse files
committed
update setup.py
1 parent 24fa453 commit cc0ab8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88

99
setup(
1010
name='autokeras',
11-
version='1.0.0b0',
11+
version='1.0.0',
1212
description='AutoML for deep learning',
1313
package_data={'': ['README.md']},
1414
long_description=readme.read_text(encoding='utf-8'),
1515
long_description_content_type='text/markdown',
1616
author='Data Analytics at Texas A&M (DATA) Lab, Keras Team',
1717
author_email='[email protected]',
1818
url='http://autokeras.com',
19-
download_url='https://github.com/keras-team/autokeras/archive/1.0.0b0.tar.gz',
19+
download_url='https://github.com/keras-team/autokeras/archive/1.0.0.tar.gz',
2020
keywords=['AutoML', 'keras'],
2121
# TODO: Do not install tensorflow if tensorflow-gpu is installed.
2222
install_requires=[
2323
'packaging',
24-
'keras-tuner>=1.0.0',
24+
'keras-tuner>=1.0.1',
2525
'scikit-learn',
2626
'numpy',
2727
'pandas',

0 commit comments

Comments
 (0)