• L
    Update requirement for py2 and py3 (#18068) · 5c3cbb58
    lujun 提交于
    for py2:
    matplotlib<=2.2.3 ; python_version<"3.5"
    scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
    nltk>=3.2.2, <=3.4 ; python_version<"3.5"
    
    for py3:
    matplotlib ; python_version>="3.5"
    scipy ; python_version>="3.5"
    nltk ; python_version>="3.5"
    
    update requests version to >=2.20.0
    for CEV-2018-18074
    5c3cbb58
This project manages its dependencies using pip. 进一步了解
requirements.txt 362 字节