requirements.txt 419 字节
Newer Older
1
requests>=2.20.0
2 3
numpy>=1.12, <=1.16.4 ; python_version<"3.5"
numpy>=1.12 ; python_version>="3.5"
4
protobuf>=3.1.0
T
Tao Luo 已提交
5
recordio>=0.1.0
6
matplotlib<=2.2.4 ; python_version<"3.6"
7 8
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
nltk>=3.2.2, <=3.4 ; python_version<"3.5"
9
matplotlib ; python_version>="3.6"
10 11
scipy ; python_version>="3.5"
nltk ; python_version>="3.5"
12 13
rarfile
Pillow
14
graphviz
15
six
W
whs 已提交
16 17
funcsigs
pyyaml
S
sneaxiy 已提交
18
decorator
19
prettytable