Add psutils to support OOM Gracefull shutdown

closes #4436, #4439 #3990
This commit is contained in:
Matthias 2021-02-25 19:24:30 +01:00
parent 1f30c3d7f1
commit 262394e112
2 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,5 @@ scikit-learn==0.24.1
scikit-optimize==0.8.1 scikit-optimize==0.8.1
filelock==3.0.12 filelock==3.0.12
joblib==1.0.1 joblib==1.0.1
psutil==5.8.0
progressbar2==3.53.1 progressbar2==3.53.1

View File

@ -28,6 +28,7 @@ hyperopt = [
'filelock', 'filelock',
'joblib', 'joblib',
'progressbar2', 'progressbar2',
'psutil',
] ]
develop = [ develop = [