Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Weichen Shen committed Dec 24, 2018
1 parent 3c1c846 commit 134ae26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="deepctr",
version="0.2.0",
version="0.2.0.post",
author="Weichen Shen",
author_email="wcshen1994@163.com",
description="Easy-to-use,Modular and Extendible package of deep learning based CTR(Click Through Rate) prediction models with tensorflow.",
Expand All @@ -19,7 +19,7 @@
url="https://github.com/shenweichen/deepctr",
download_url='https://github.com/shenweichen/deepctr/tags',
packages=setuptools.find_packages(exclude=["tests", "tests.models"]),
python_requires='>=3.4.6',
python_requires='>=3.4', # 3.4.6
install_requires=REQUIRED_PACKAGES,
extras_require={
"tf": ['tensorflow>=1.4.0,!=1.7.*,!=1.8.*'],
Expand Down

0 comments on commit 134ae26

Please sign in to comment.