提交 8c989dee 编写于 作者: 走神的阿圆's avatar 走神的阿圆

fix windows requirement.txt

上级 106fe411
......@@ -11,7 +11,6 @@ flake8
tb-paddle
tensorboard >= 1.15
cma == 2.7.0
gunicorn >= 19.10.0
sentencepiece
nltk
colorlog
......@@ -24,3 +23,6 @@ numpy < 1.17.0 ; python_version < "3"
# pandas no longer support python2 in version 0.25 and above
pandas ; 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"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册