Skip to content

Commit 0f4af95

Browse files
DOC: Update docs/requirements.txt to include new dependencies
1 parent edb504e commit 0f4af95

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/requirements.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ docutils==0.20.1
4646
# sphinx-tabs
4747
entrypoints==0.4
4848
# via nbconvert
49+
exceptiongroup==1.2.2
50+
# via ipython
4951
executing==2.0.1
5052
# via stack-data
5153
fastjsonschema==2.19.1
@@ -131,6 +133,7 @@ packaging==24.0
131133
# via
132134
# ipykernel
133135
# nbconvert
136+
# plotly
134137
# pydata-sphinx-theme
135138
# sphinx
136139
pandas==2.2.2
@@ -143,6 +146,8 @@ pexpect==4.9.0
143146
# via ipython
144147
platformdirs==4.2.2
145148
# via jupyter-core
149+
plotly==5.24.1
150+
# via -r requirements.in
146151
prompt-toolkit==3.0.43
147152
# via ipython
148153
psutil==5.9.8
@@ -218,8 +223,12 @@ sphinxcontrib-serializinghtml==1.1.10
218223
# via sphinx
219224
stack-data==0.6.3
220225
# via ipython
226+
tenacity==9.0.0
227+
# via plotly
221228
tinycss2==1.3.0
222229
# via nbconvert
230+
tomli==2.2.1
231+
# via sphinx
223232
tornado==6.4
224233
# via
225234
# ipykernel
@@ -238,7 +247,9 @@ traitlets==5.14.3
238247
# nbformat
239248
# nbsphinx
240249
typing-extensions==4.12.0
241-
# via pydata-sphinx-theme
250+
# via
251+
# ipython
252+
# pydata-sphinx-theme
242253
tzdata==2024.1
243254
# via pandas
244255
urllib3==2.2.1

0 commit comments

Comments
 (0)