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