-
Notifications
You must be signed in to change notification settings - Fork 26
/
requirements.txt
234 lines (234 loc) · 4.06 KB
/
requirements.txt
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile
#
attrs==21.4.0
# via
# hypothesis
# pytest
audioread==2.1.9
# via -r requirements.in
black==22.1.0
# via -r requirements.in
bleach==5.0.0
# via readme-renderer
certifi==2021.10.8
# via
# requests
# sentry-sdk
cffi==1.15.0
# via soundfile
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.12
# via requests
click==8.0.4
# via
# black
# wandb
commonmark==0.9.1
# via rich
coverage[toml]==6.3.2
# via
# coveralls
# pytest-cov
coveralls==3.3.1
# via -r requirements.in
cycler==0.11.0
# via matplotlib
distlib==0.3.4
# via virtualenv
docker-pycreds==0.4.0
# via wandb
docopt==0.6.2
# via coveralls
docutils==0.18.1
# via readme-renderer
filelock==3.6.0
# via virtualenv
flake8==4.0.1
# via -r requirements.in
fonttools==4.31.2
# via matplotlib
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via
# -r requirements.in
# wandb
hypothesis==6.39.4
# via -r requirements.in
identify==2.4.12
# via pre-commit
idna==3.3
# via requests
importlib-metadata==4.11.3
# via
# keyring
# twine
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via -r requirements.in
keyring==23.5.0
# via twine
kiwisolver==1.4.2
# via matplotlib
matplotlib==3.5.1
# via -r requirements.in
mccabe==0.6.1
# via flake8
mypy==0.942
# via -r requirements.in
mypy-extensions==0.4.3
# via
# black
# mypy
nodeenv==1.6.0
# via pre-commit
numpy==1.22.3
# via
# -r requirements.in
# matplotlib
packaging==21.3
# via
# matplotlib
# pytest
pathspec==0.9.0
# via black
pathtools==0.1.2
# via wandb
pillow==9.0.1
# via matplotlib
pkginfo==1.8.2
# via twine
platformdirs==2.5.1
# via
# black
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.17.0
# via -r requirements.in
promise==2.3
# via wandb
protobuf==3.19.4
# via wandb
psutil==5.9.0
# via wandb
py==1.11.0
# via pytest
py-cpuinfo==8.0.0
# via pytest-benchmark
pycodestyle==2.8.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.4.0
# via flake8
pygments==2.11.2
# via
# readme-renderer
# rich
pyparsing==3.0.7
# via
# matplotlib
# packaging
pytest==7.1.1
# via
# -r requirements.in
# pytest-benchmark
# pytest-cov
pytest-benchmark==3.4.1
# via -r requirements.in
pytest-cov==3.0.0
# via -r requirements.in
python-dateutil==2.8.2
# via
# matplotlib
# wandb
pyyaml==6.0
# via
# pre-commit
# wandb
readme-renderer==34.0
# via twine
requests==2.27.1
# via
# -r requirements.in
# coveralls
# requests-toolbelt
# twine
# wandb
requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
rich==12.2.0
# via twine
sentry-sdk==1.5.8
# via wandb
setproctitle==1.2.2
# via wandb
shortuuid==1.0.8
# via wandb
six==1.16.0
# via
# bleach
# docker-pycreds
# promise
# python-dateutil
# virtualenv
# wandb
smmap==5.0.0
# via gitdb
sortedcontainers==2.4.0
# via hypothesis
soundfile==0.10.3.post1
# via -r requirements.in
termcolor==1.1.0
# via yaspin
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# black
# coverage
# mypy
# pytest
torch==1.11.0
# via
# -r requirements.in
# torchaudio
torchaudio==0.11.0
# via -r requirements.in
tqdm==4.63.1
# via -r requirements.in
twine==4.0.0
# via -r requirements.in
types-requests==2.27.16
# via -r requirements.in
types-urllib3==1.26.11
# via types-requests
typing-extensions==4.1.1
# via
# black
# mypy
# torch
urllib3==1.26.9
# via
# requests
# sentry-sdk
# twine
virtualenv==20.14.0
# via pre-commit
wandb==0.12.11
# via -r requirements.in
webencodings==0.5.1
# via bleach
yaspin==2.1.0
# via wandb
zipp==3.8.0
# via importlib-metadata