requirements.txt 5.35 KB
Newer Older
Sam Wu's avatar
Sam Wu committed
1
2
3
4
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
5
#    pip-compile .sphinx/requirements.in
Sam Wu's avatar
Sam Wu committed
6
#
7
accessible-pygments==0.0.3
Sam Wu's avatar
Sam Wu committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
    # via pydata-sphinx-theme
alabaster==0.7.13
    # via sphinx
asttokens==2.2.1
    # via stack-data
attrs==22.2.0
    # via
    #   jsonschema
    #   jupyter-cache
babel==2.12.1
    # via
    #   pydata-sphinx-theme
    #   sphinx
backcall==0.2.0
    # via ipython
23
beautifulsoup4==4.11.2
Sam Wu's avatar
Sam Wu committed
24
25
26
27
28
29
30
31
32
33
34
35
36
    # via pydata-sphinx-theme
breathe==4.34.0
    # via rocm-docs-core
certifi==2022.12.7
    # via requests
cffi==1.15.1
    # via pynacl
charset-normalizer==3.1.0
    # via requests
click==8.1.3
    # via
    #   jupyter-cache
    #   sphinx-external-toc
37
comm==0.1.2
Sam Wu's avatar
Sam Wu committed
38
39
40
41
42
43
44
45
46
47
48
    # via ipykernel
debugpy==1.6.6
    # via ipykernel
decorator==5.1.1
    # via ipython
deprecated==1.2.13
    # via pygithub
docutils==0.16
    # via
    #   breathe
    #   myst-parser
49
    #   pybtex-docutils
Sam Wu's avatar
Sam Wu committed
50
51
52
    #   pydata-sphinx-theme
    #   rocm-docs-core
    #   sphinx
53
    #   sphinxcontrib-bibtex
Sam Wu's avatar
Sam Wu committed
54
55
56
57
58
59
60
61
62
63
64
65
66
67
executing==1.2.0
    # via stack-data
fastjsonschema==2.16.3
    # via nbformat
gitdb==4.0.10
    # via gitpython
gitpython==3.1.31
    # via rocm-docs-core
greenlet==2.0.2
    # via sqlalchemy
idna==3.4
    # via requests
imagesize==1.4.1
    # via sphinx
68
importlib-metadata==6.0.0
Sam Wu's avatar
Sam Wu committed
69
70
71
    # via
    #   jupyter-cache
    #   myst-nb
72
ipykernel==6.21.3
Sam Wu's avatar
Sam Wu committed
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
    # via myst-nb
ipython==8.11.0
    # via
    #   ipykernel
    #   myst-nb
jedi==0.18.2
    # via ipython
jinja2==3.1.2
    # via
    #   myst-parser
    #   sphinx
jsonschema==4.17.3
    # via nbformat
jupyter-cache==0.5.0
    # via myst-nb
88
jupyter-client==8.0.3
Sam Wu's avatar
Sam Wu committed
89
90
91
92
93
94
95
96
    # via
    #   ipykernel
    #   nbclient
jupyter-core==5.3.0
    # via
    #   ipykernel
    #   jupyter-client
    #   nbformat
97
98
latexcodec==2.0.1
    # via pybtex
Sam Wu's avatar
Sam Wu committed
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
linkify-it-py==1.0.3
    # via myst-parser
markdown-it-py==2.2.0
    # via
    #   mdit-py-plugins
    #   myst-parser
markupsafe==2.1.2
    # via jinja2
matplotlib-inline==0.1.6
    # via
    #   ipykernel
    #   ipython
mdit-py-plugins==0.3.5
    # via myst-parser
mdurl==0.1.2
    # via markdown-it-py
myst-nb==0.17.1
    # via rocm-docs-core
myst-parser[linkify]==0.18.1
    # via
    #   myst-nb
    #   rocm-docs-core
nbclient==0.5.13
    # via
    #   jupyter-cache
    #   myst-nb
125
nbformat==5.7.3
Sam Wu's avatar
Sam Wu committed
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
    # via
    #   jupyter-cache
    #   myst-nb
    #   nbclient
nest-asyncio==1.5.6
    # via
    #   ipykernel
    #   nbclient
packaging==23.0
    # via
    #   ipykernel
    #   pydata-sphinx-theme
    #   sphinx
parso==0.8.3
    # via jedi
pexpect==4.8.0
    # via ipython
pickleshare==0.7.5
    # via ipython
platformdirs==3.1.1
    # via jupyter-core
prompt-toolkit==3.0.38
    # via ipython
psutil==5.9.4
    # via ipykernel
ptyprocess==0.7.0
    # via pexpect
pure-eval==0.2.2
    # via stack-data
155
156
157
158
159
160
pybtex==0.24.0
    # via
    #   pybtex-docutils
    #   sphinxcontrib-bibtex
pybtex-docutils==1.0.2
    # via sphinxcontrib-bibtex
Sam Wu's avatar
Sam Wu committed
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
pycparser==2.21
    # via cffi
pydata-sphinx-theme==0.13.1
    # via sphinx-book-theme
pygithub==1.57
    # via rocm-docs-core
pygments==2.14.0
    # via
    #   accessible-pygments
    #   ipython
    #   pydata-sphinx-theme
    #   sphinx
pyjwt==2.6.0
    # via pygithub
pynacl==1.5.0
    # via pygithub
pyrsistent==0.19.3
    # via jsonschema
python-dateutil==2.8.2
    # via jupyter-client
pyyaml==6.0
    # via
    #   jupyter-cache
    #   myst-nb
    #   myst-parser
186
    #   pybtex
Sam Wu's avatar
Sam Wu committed
187
    #   sphinx-external-toc
188
pyzmq==25.0.1
Sam Wu's avatar
Sam Wu committed
189
190
191
192
193
194
195
    # via
    #   ipykernel
    #   jupyter-client
requests==2.28.2
    # via
    #   pygithub
    #   sphinx
196
197
rocm-docs-core==0.2.0
    # via -r .sphinx/requirements.in
Sam Wu's avatar
Sam Wu committed
198
199
200
six==1.16.0
    # via
    #   asttokens
201
202
    #   latexcodec
    #   pybtex
Sam Wu's avatar
Sam Wu committed
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
    #   python-dateutil
smmap==5.0.0
    # via gitdb
snowballstemmer==2.2.0
    # via sphinx
soupsieve==2.4
    # via beautifulsoup4
sphinx==4.3.1
    # via
    #   breathe
    #   myst-nb
    #   myst-parser
    #   pydata-sphinx-theme
    #   rocm-docs-core
    #   sphinx-book-theme
    #   sphinx-copybutton
    #   sphinx-design
    #   sphinx-external-toc
    #   sphinx-notfound-page
222
    #   sphinxcontrib-bibtex
Sam Wu's avatar
Sam Wu committed
223
224
225
226
227
228
229
230
231
232
233
234
sphinx-book-theme==1.0.0rc2
    # via rocm-docs-core
sphinx-copybutton==0.5.1
    # via rocm-docs-core
sphinx-design==0.3.0
    # via rocm-docs-core
sphinx-external-toc==0.3.1
    # via rocm-docs-core
sphinx-notfound-page==0.8.3
    # via rocm-docs-core
sphinxcontrib-applehelp==1.0.4
    # via sphinx
235
sphinxcontrib-bibtex==2.5.0
236
    # via -r .sphinx/requirements.in
Sam Wu's avatar
Sam Wu committed
237
238
239
240
241
242
243
244
245
246
sphinxcontrib-devhelp==1.0.2
    # via sphinx
sphinxcontrib-htmlhelp==2.0.1
    # via sphinx
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.3
    # via sphinx
sphinxcontrib-serializinghtml==1.1.5
    # via sphinx
247
sqlalchemy==1.4.46
Sam Wu's avatar
Sam Wu committed
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
    # via jupyter-cache
stack-data==0.6.2
    # via ipython
tabulate==0.9.0
    # via jupyter-cache
tornado==6.2
    # via
    #   ipykernel
    #   jupyter-client
traitlets==5.9.0
    # via
    #   comm
    #   ipykernel
    #   ipython
    #   jupyter-client
    #   jupyter-core
    #   matplotlib-inline
    #   nbclient
    #   nbformat
typing-extensions==4.5.0
    # via
    #   myst-nb
    #   myst-parser
uc-micro-py==1.0.1
    # via linkify-it-py
urllib3==1.26.15
    # via requests
wcwidth==0.2.6
    # via prompt-toolkit
wrapt==1.15.0
    # via deprecated
zipp==3.15.0
    # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools