Skip to content

Commit

Permalink
1.0.16.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Nov 2, 2021
1 parent e503c51 commit ff7c2aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autokeras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
from autokeras.utils.utils import check_kt_version
from autokeras.utils.utils import check_tf_version

__version__ = "1.0.16"
__version__ = "1.0.16.post1"

check_tf_version()
check_kt_version()
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@

setup(
name="autokeras",
version="1.0.16",
version="1.0.16.post1",
description="AutoML for deep learning",
package_data={"": ["README.md"]},
long_description=readme.read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
author="Data Analytics at Texas A&M (DATA) Lab, Keras Team",
author_email="jhfjhfj1@gmail.com",
url="http://autokeras.com",
download_url="https://github.com/keras-team/autokeras/archive/1.0.16.tar.gz",
keywords=["AutoML", "Keras"],
install_requires=[
"packaging",
"keras-tuner>=1.0.2",
"tensorflow<=2.5.0,>=2.3.0",
"keras-tuner>=1.0.2,<1.1",
"tensorflow>=2.3.0,<2.6",
"scikit-learn",
"pandas",
],
Expand Down

0 comments on commit ff7c2aa

Please sign in to comment.