requirements.txt 452 字节
Newer Older
W
wuzewu 已提交
1
pre-commit
S
Steffy-zxf 已提交
2
protobuf >= 3.6.0
W
wuzewu 已提交
3
yapf == 0.26.0
W
wuzewu 已提交
4
pyyaml
W
wuzewu 已提交
5 6
Pillow
six >= 1.10.0
B
BinLong 已提交
7 8
chardet == 3.0.4
requests
走神的阿圆's avatar
走神的阿圆 已提交
9
flask >= 1.1.0
W
wuzewu 已提交
10
flake8
K
kinghuin 已提交
11
tb-paddle
S
Steffy-zxf 已提交
12
tensorboard >= 1.15
K
kinghuin 已提交
13
cma == 2.7.0
K
kinghuin 已提交
14
sentencepiece
K
kinghuin 已提交
15
nltk
16
colorlog
17 18 19 20 21 22 23 24

# numpy no longer support python2 in version 1.17 and above
numpy ; python_version >= "3"
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"