File tree Expand file tree Collapse file tree 2 files changed +42
-6
lines changed Expand file tree Collapse file tree 2 files changed +42
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ google-cloud-dataproc==5.14.0
7
7
google-cloud-bigquery==3.27.0
8
8
httplib2==0.22.0
9
9
google-api-python-client==2.108.0
10
+ ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ aiosignal==1.3.1
18
18
# via aiohttp
19
19
annotated-types == 0.7.0
20
20
# via pydantic
21
+ appnope == 0.1.4
22
+ # via ipykernel
21
23
asttokens == 2.4.1
22
24
# via stack-data
23
25
async-timeout == 4.0.3
@@ -66,7 +68,7 @@ charset-normalizer==3.4.0
66
68
click == 8.1.7
67
69
# via typer
68
70
comm == 0.2.2
69
- # via ipywidgets
71
+ # via ipykernel
70
72
commonmark == 0.9.1
71
73
# via rich
72
74
contourpy == 1.3.0
@@ -77,6 +79,8 @@ cryptography==43.0.3
77
79
# azure-storage-blob
78
80
# msal
79
81
# pyjwt
82
+ debugpy == 1.8.11
83
+ # via ipykernel
80
84
decorator == 4.4.2
81
85
# via
82
86
# hail
@@ -158,10 +162,16 @@ idna==3.10
158
162
# via
159
163
# requests
160
164
# yarl
161
- ipython == 8 .29.0
165
+ ipykernel == 6 .29.5
162
166
# via ipywidgets
163
- ipywidgets == 8.1.5
164
- # via gnomad
167
+ ipython == 8.29.0
168
+ # via
169
+ # ipykernel
170
+ # ipywidgets
171
+ ipywidgets == 8.0.6
172
+ # via
173
+ # -r requirements.in
174
+ # gnomad
165
175
isodate == 0.7.2
166
176
# via
167
177
# azure-storage-blob
@@ -182,6 +192,12 @@ joblib==1.4.2
182
192
# scikit-learn
183
193
jproperties == 2.1.2
184
194
# via hail
195
+ jupyter-client == 8.6.3
196
+ # via ipykernel
197
+ jupyter-core == 5.7.2
198
+ # via
199
+ # ipykernel
200
+ # jupyter-client
185
201
jupyterlab-widgets == 3.0.13
186
202
# via ipywidgets
187
203
lockfile == 0.12.2
@@ -191,7 +207,9 @@ luigi==3.5.2
191
207
markupsafe == 3.0.2
192
208
# via jinja2
193
209
matplotlib-inline == 0.1.7
194
- # via ipython
210
+ # via
211
+ # ipykernel
212
+ # ipython
195
213
msal == 1.31.0
196
214
# via
197
215
# azure-identity
@@ -205,7 +223,9 @@ multidict==6.1.0
205
223
# aiohttp
206
224
# yarl
207
225
nest-asyncio == 1.6.0
208
- # via hail
226
+ # via
227
+ # hail
228
+ # ipykernel
209
229
numpy == 1.26.4
210
230
# via
211
231
# bokeh
@@ -223,6 +243,7 @@ packaging==24.1
223
243
# via
224
244
# bokeh
225
245
# google-cloud-bigquery
246
+ # ipykernel
226
247
# plotly
227
248
pandas == 2.2.3
228
249
# via
@@ -236,6 +257,8 @@ pexpect==4.9.0
236
257
# via ipython
237
258
pillow == 11.0.0
238
259
# via bokeh
260
+ platformdirs == 4.3.6
261
+ # via jupyter-core
239
262
plotly == 5.24.1
240
263
# via hail
241
264
portalocker == 2.10.1
@@ -257,6 +280,8 @@ protobuf==3.20.2
257
280
# grpcio-status
258
281
# hail
259
282
# proto-plus
283
+ psutil == 6.1.1
284
+ # via ipykernel
260
285
ptyprocess == 0.7.0
261
286
# via pexpect
262
287
pure-eval == 0.2.3
@@ -293,6 +318,7 @@ python-dateutil==2.9.0.post0
293
318
# via
294
319
# botocore
295
320
# google-cloud-bigquery
321
+ # jupyter-client
296
322
# luigi
297
323
# pandas
298
324
python-json-logger == 2.0.7
@@ -303,6 +329,10 @@ pyyaml==6.0.2
303
329
# via
304
330
# bokeh
305
331
# hail
332
+ pyzmq == 26.2.0
333
+ # via
334
+ # ipykernel
335
+ # jupyter-client
306
336
regex == 2024.9.11
307
337
# via parsimonious
308
338
requests == 2.32.3
@@ -360,12 +390,17 @@ threadpoolctl==3.5.0
360
390
tornado == 6.4.2
361
391
# via
362
392
# bokeh
393
+ # ipykernel
394
+ # jupyter-client
363
395
# luigi
364
396
traitlets == 5.14.3
365
397
# via
366
398
# comm
399
+ # ipykernel
367
400
# ipython
368
401
# ipywidgets
402
+ # jupyter-client
403
+ # jupyter-core
369
404
# matplotlib-inline
370
405
typer == 0.12.5
371
406
# via hail
You can’t perform that action at this time.
0 commit comments