Skip to content

Commit ff7c2aa

Browse files
committed
1.0.16.post1
1 parent e503c51 commit ff7c2aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

autokeras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
from autokeras.utils.utils import check_kt_version
6666
from autokeras.utils.utils import check_tf_version
6767

68-
__version__ = "1.0.16"
68+
__version__ = "1.0.16.post1"
6969

7070
check_tf_version()
7171
check_kt_version()

setup.py

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

99
setup(
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",
1717
author_email="jhfjhfj1@gmail.com",
1818
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
],

0 commit comments

Comments
 (0)