File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6565from autokeras .utils .utils import check_kt_version
6666from autokeras .utils .utils import check_tf_version
6767
68- __version__ = "1.0.16"
68+ __version__ = "1.0.16.post1 "
6969
7070check_tf_version ()
7171check_kt_version ()
Original file line number Diff line number Diff line change 88
99setup (
1010 name = "autokeras" ,
11- version = "1.0.16" ,
11+ version = "1.0.16.post1 " ,
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.16.tar.gz" ,
2019 keywords = ["AutoML" , "Keras" ],
2120 install_requires = [
2221 "packaging" ,
23- "keras-tuner>=1.0.2" ,
24- "tensorflow< =2.5 .0,>=2.3.0 " ,
22+ "keras-tuner>=1.0.2,<1.1 " ,
23+ "tensorflow> =2.3 .0,<2.6 " ,
2524 "scikit-learn" ,
2625 "pandas" ,
2726 ],
You can’t perform that action at this time.
0 commit comments