未验证 提交 92608de7 编写于 作者: L lilong12 提交者: GitHub

update (#33)

上级 362165da
numpy>=1.12, <=1.16.4 ; python_version<"3.5"
numpy>=1.12 ; python_version>="3.5"
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
scipy<=1.3.1 ; python_version>="3.5"
scikit-learn<=0.20 ; python_version<"3.5"
scikit-learn ; python_version>="3.5"
sklearn
easydict
Pillow
six
paddlepaddle-gpu>=1.6.2
......@@ -23,10 +23,16 @@ from plsc.version import plsc_version
REQUIRED_PACKAGES = [
'numpy>=1.12,<=1.16.4;python_version<"3.5"',
'numpy>=1.12;python_version>="3.5"',
'scikit-learn<=0.20;python_version<"3.5"',
'scikit-learn;python_version>="3.5"',
'scipy>=0.19.0,<=1.2.1;python_version<"3.5"',
'scipy<=1.3.1;python_version>="3.5"',
'sklearn',
'easydict',
'Pillow',
'six'
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册