requirements.txt 296 字节
Newer Older
1
requests==2.9.2
2
numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version
3
protobuf==3.1
P
peizhilin 已提交
4
recordio>=0.1.0; sys_platform != 'win32'
T
typhoonzero 已提交
5
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
6 7 8 9
rarfile
scipy>=0.19.0
Pillow
nltk>=3.2.2
10
graphviz
11
six