File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99setup (
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' ,
17171818 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' ,
You can’t perform that action at this time.
0 commit comments