未验证 提交 362165da 编写于 作者: L lilong12 提交者: GitHub

remove duplicate requirement with paddlepaddle (#32)

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