Skip to content

Commit c915233

Browse files
committed
Release 0.1.11
compatible with TF2.0,2.1,2.2,2.3
1 parent 16092f2 commit c915233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
from setuptools import find_packages
66
from setuptools import setup
77

8-
version = '0.1.10'
8+
version = '0.1.11'
99

1010
requirements = [
1111
'scipy>=1.3.1',
1212
'pandas>=0.25.3',
13-
'scikit-learn>=0.22.1',
14-
'tensorflow<=2.2.0,>=2.0.0',
13+
'scikit-learn>=0.20.3',
14+
'tensorflow>=2.0.0',
1515
'numpy>=1.17.4',
1616
'catboost==0.20.2',
1717
'lightgbm>=2.3.0',
@@ -37,7 +37,7 @@
3737
python_requires=MIN_PYTHON_VERSION,
3838
extras_require={
3939
'tests': ['pytest', ],
40-
'gpu': ['tensorflow-gpu<=2.2.0, >=2.0.0', ]
40+
'gpu': ['tensorflow-gpu>=2.0.0', ]
4141
},
4242

4343
classifiers=[

0 commit comments

Comments
 (0)