forked from shenweichen/DeepCTR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Weichen Shen
committed
Dec 24, 2018
1 parent
3c1c846
commit 134ae26
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setuptools.setup( | ||
name="deepctr", | ||
version="0.2.0", | ||
version="0.2.0.post", | ||
author="Weichen Shen", | ||
author_email="[email protected]", | ||
description="Easy-to-use,Modular and Extendible package of deep learning based CTR(Click Through Rate) prediction models with tensorflow.", | ||
|
@@ -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.*'], | ||
|