Skip to content

Commit 4400066

Browse files
author
Beat Buesser
committed
Update setup.py
Signed-off-by: Beat Buesser <[email protected]>
1 parent 4339bec commit 4400066

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

setup.py

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,27 @@
1111
'scipy',
1212
'six',
1313
'setuptools',
14-
'scikit-learn==0.22.1']
14+
'scikit-learn==0.22.1',
15+
'Pillow==7.0.0']
1516

1617
# Comment out because of compatibility issues with numpy versions
1718
# 'catboost',
1819
tests_require = ['pytest-pep8',
19-
'keras>=2.2.5',
20+
'codecov'
2021
'h5py',
21-
'mxnet',
22-
'Pillow',
2322
'requests',
23+
'keras>=2.2.5',
24+
'mxnet',
2425
'torch>=1.2.0',
25-
'tensorflow>=1.13.2',
26+
'tensorflow>=1.14.0',
2627
'scikit-learn==0.22.1',
27-
'xgboost',
28-
'lightgbm',
29-
'GPy',
30-
'SciPy',
31-
'statsmodels']
28+
'xgboost==1.0.0',
29+
'lightgbm==2.3.1',
30+
'GPy==1.9.9',
31+
'numpy==1.18.1'
32+
'scipy==1.4.1',
33+
'statsmodels==0.11.0',
34+
'cma==2.7.0']
3235

3336
docs_require = ['sphinx >= 1.4',
3437
'sphinx_rtd_theme']

0 commit comments

Comments
 (0)