Merge pull request #284 from ShenYuhan/fix_serving_multiprocessing_bug
Fix serving multiprocessing bug
Showing
... | @@ -23,3 +23,6 @@ numpy < 1.17.0 ; python_version < "3" | ... | @@ -23,3 +23,6 @@ numpy < 1.17.0 ; python_version < "3" |
# pandas no longer support python2 in version 0.25 and above | # pandas no longer support python2 in version 0.25 and above | ||
pandas ; python_version >= "3" | pandas ; python_version >= "3" | ||
pandas < 0.25.0 ; python_version < "3" | pandas < 0.25.0 ; python_version < "3" | ||
# gunicorn not support windows | |||
gunicorn >= 19.10.0; sys_platform == "darwin" or sys_platform == "linux" |
想要评论请 注册 或 登录