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 65
65
from autokeras .utils .utils import check_kt_version
66
66
from autokeras .utils .utils import check_tf_version
67
67
68
- __version__ = "1.0.16"
68
+ __version__ = "1.0.16.post1 "
69
69
70
70
check_tf_version ()
71
71
check_kt_version ()
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = "autokeras" ,
11
- version = "1.0.16" ,
11
+ version = "1.0.16.post1 " ,
12
12
description = "AutoML for deep learning" ,
13
13
package_data = {"" : ["README.md" ]},
14
14
long_description = readme .read_text (encoding = "utf-8" ),
15
15
long_description_content_type = "text/markdown" ,
16
16
author = "Data Analytics at Texas A&M (DATA) Lab, Keras Team" ,
17
17
author_email = "jhfjhfj1@gmail.com" ,
18
18
url = "http://autokeras.com" ,
19
- download_url = "https://github.com/keras-team/autokeras/archive/1.0.16.tar.gz" ,
20
19
keywords = ["AutoML" , "Keras" ],
21
20
install_requires = [
22
21
"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 " ,
25
24
"scikit-learn" ,
26
25
"pandas" ,
27
26
],
You can’t perform that action at this time.
0 commit comments