-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathrequirements.txt
176 lines (176 loc) · 3.41 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
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
alabaster==0.7.13
# via sphinx
attrs==23.1.0
# via
# jsonschema
# referencing
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
# via nbconvert
bleach==6.1.0
# via nbconvert
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
defusedxml==0.7.1
# via nbconvert
docutils==0.18.1
# via
# myst-parser
# sphinx
# sphinx-rtd-theme
fastjsonschema==2.19.0
# via nbformat
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
# via
# myst-parser
# nbconvert
# sphinx
jsonschema==4.20.0
# via nbformat
jsonschema-specifications==2023.11.2
# via jsonschema
jupyter-client==8.6.0
# via nbclient
jupyter-core==5.5.1
# via
# jupyter-client
# nbclient
# nbconvert
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
markdown==3.5.1
# via sphinx-markdown-tables
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
# via
# jinja2
# nbconvert
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
mistune==3.0.2
# via nbconvert
myst-parser==2.0.0
# via -r requirements.in
nbclient==0.9.0
# via nbconvert
nbconvert==7.13.0
# via notedown
nbformat==5.9.2
# via
# nbclient
# nbconvert
# notedown
notedown==1.5.1
# via -r requirements.in
packaging==23.2
# via
# nbconvert
# sphinx
pandoc-attributes==0.1.7
# via notedown
pandocfilters==1.5.0
# via
# nbconvert
# pandoc-attributes
platformdirs==4.1.0
# via jupyter-core
pygments==2.17.2
# via
# nbconvert
# sphinx
python-dateutil==2.8.2
# via jupyter-client
pyyaml==6.0.1
# via myst-parser
pyzmq==25.1.2
# via jupyter-client
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
requests==2.32.0
# via sphinx
rpds-py==0.15.2
# via
# jsonschema
# referencing
six==1.16.0
# via
# bleach
# notedown
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
# via
# -r requirements.in
# myst-parser
# sphinx-copybutton
# sphinx-design
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-copybutton==0.5.2
# via -r requirements.in
sphinx-design==0.5.0
# via -r requirements.in
sphinx-markdown-tables==0.0.17
# via -r requirements.in
sphinx-rtd-theme==1.3.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
tinycss2==1.2.1
# via nbconvert
tornado==6.4.2
# via jupyter-client
traitlets==5.14.0
# via
# jupyter-client
# jupyter-core
# nbclient
# nbconvert
# nbformat
urllib3==2.2.2
# via requests
webencodings==0.5.1
# via
# bleach
# tinycss2