forked from michjk/Question_Classifier_Pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
113 lines (113 loc) · 1.87 KB
/
requirements.txt
File metadata and controls
113 lines (113 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
absl-py==0.1.13
astor==0.6.2
bleach==1.5.0
certifi==2018.4.16
chainer==3.5.0
chardet==3.0.4
click==6.7
cycler==0.10.0
cymem==1.31.2
cytoolz==0.8.2
decorator==4.2.1
dill==0.2.7.1
entrypoints==0.2.3
enum34==1.1.6
fastrlock==0.3
filelock==3.0.4
Flask==0.12.2
ftfy==4.4.3
future==0.16.0
gast==0.2.0
gitdb2==2.0.3
GitPython==2.1.8
google-api-python-client==1.6.5
grpcio==1.10.0
html5lib==0.9999999
httplib2==0.11.1
idna==2.6
ipykernel==4.8.2
ipython==6.2.1
ipython-genutils==0.2.0
ipywidgets==7.1.2
itsdangerous==0.24
jedi==0.11.1
Jinja2==2.10
jsonschema==2.6.0
jupyter==1.0.0
jupyter-client==5.2.3
jupyter-console==5.2.0
jupyter-core==4.4.0
Markdown==2.6.11
MarkupSafe==1.0
matplotlib==2.1.2
mistune==0.8.3
msgpack-numpy==0.4.1
msgpack-python==0.5.4
murmurhash==0.28.0
nbconvert==5.3.1
nbformat==4.4.0
notebook==5.4.1
numpy==1.14.2
oauth2client==4.1.2
onnx==1.1.2
pandas==0.22.0
pandas-ml==0.5.0
pandocfilters==1.4.2
parso==0.1.1
pathlib==1.0.1
pexpect==4.4.0
pickleshare==0.7.4
Pillow==5.1.0
plac==0.9.6
preshed==1.0.0
prompt-toolkit==1.0.15
protobuf==3.5.2.post1
ptyprocess==0.5.2
pyasn1==0.4.2
pyasn1-modules==0.2.1
pycparser==2.18
Pygments==2.2.0
pyparsing==2.2.0
python-dateutil==2.6.1
python-telegram-bot==9.0.0
PyTorch-QRNN==0.2.1
pytz==2017.3
PyYAML==3.12
pyzmq==17.0.0
qtconsole==4.3.1
regex==2017.4.5
requests==2.18.4
rsa==3.4.2
scikit-learn==0.19.1
scipy==1.0.0
seaborn==0.8.1
Send2Trash==1.5.0
simplegeneric==0.8.1
simplejson==3.13.2
six==1.11.0
smmap2==2.0.3
tensorboard==1.7.0
tensorboard-logger==0.0.4
tensorboardX==1.2
tensorflow==1.7.0
tensorflow-gpu==1.4.1
tensorflow-tensorboard==0.4.0rc3
termcolor==1.1.0
terminado==0.8.1
testpath==0.3.1
thinc==6.10.2
toolz==0.9.0
torchtext==0.2.3
torchwordemb==0.0.8
tornado==5.0.1
tqdm==4.23.0
traitlets==4.3.2
ujson==1.35
uritemplate==3.0.0
urllib3==1.22
uWSGI==2.0.17
uwsgitop==0.10
wcwidth==0.1.7
Werkzeug==0.14.1
widgetsnbextension==3.1.4
wrapt==1.10.11