Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
compatible with TF2.0,2.1,2.2,2.3
  • Loading branch information
jackguagua committed Aug 12, 2020
1 parent 16092f2 commit c915233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
from setuptools import find_packages
from setuptools import setup

version = '0.1.10'
version = '0.1.11'

requirements = [
'scipy>=1.3.1',
'pandas>=0.25.3',
'scikit-learn>=0.22.1',
'tensorflow<=2.2.0,>=2.0.0',
'scikit-learn>=0.20.3',
'tensorflow>=2.0.0',
'numpy>=1.17.4',
'catboost==0.20.2',
'lightgbm>=2.3.0',
Expand All @@ -37,7 +37,7 @@
python_requires=MIN_PYTHON_VERSION,
extras_require={
'tests': ['pytest', ],
'gpu': ['tensorflow-gpu<=2.2.0, >=2.0.0', ]
'gpu': ['tensorflow-gpu>=2.0.0', ]
},

classifiers=[
Expand Down

0 comments on commit c915233

Please sign in to comment.