We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16092f2 commit c915233Copy full SHA for c915233
setup.py
@@ -5,13 +5,13 @@
5
from setuptools import find_packages
6
from setuptools import setup
7
8
-version = '0.1.10'
+version = '0.1.11'
9
10
requirements = [
11
'scipy>=1.3.1',
12
'pandas>=0.25.3',
13
- 'scikit-learn>=0.22.1',
14
- 'tensorflow<=2.2.0,>=2.0.0',
+ 'scikit-learn>=0.20.3',
+ 'tensorflow>=2.0.0',
15
'numpy>=1.17.4',
16
'catboost==0.20.2',
17
'lightgbm>=2.3.0',
@@ -37,7 +37,7 @@
37
python_requires=MIN_PYTHON_VERSION,
38
extras_require={
39
'tests': ['pytest', ],
40
- 'gpu': ['tensorflow-gpu<=2.2.0, >=2.0.0', ]
+ 'gpu': ['tensorflow-gpu>=2.0.0', ]
41
},
42
43
classifiers=[
0 commit comments