File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 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',
1819tests_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
3336docs_require = ['sphinx >= 1.4' ,
3437 'sphinx_rtd_theme' ]
You can’t perform that action at this time.
0 commit comments