Add skopt version check into setup.py

This commit is contained in:
hroff-1902 2020-04-29 12:17:08 +03:00
parent 726e52aaa7
commit 9152e76966

View File

@ -21,7 +21,7 @@ plot = ['plotly>=4.0']
hyperopt = [
'scipy',
'scikit-learn',
'scikit-optimize',
'scikit-optimize>=0.7.4',
'filelock',
'joblib',
'progressbar2',