Skip to content

Commit 13a4626

Browse files
committed
requirements bump
1 parent c9aefb0 commit 13a4626

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ google-cloud-dataproc==5.14.0
77
google-cloud-bigquery==3.27.0
88
httplib2==0.22.0
99
google-api-python-client==2.108.0
10+
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py

requirements.txt

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ aiosignal==1.3.1
1818
# via aiohttp
1919
annotated-types==0.7.0
2020
# via pydantic
21+
appnope==0.1.4
22+
# via ipykernel
2123
asttokens==2.4.1
2224
# via stack-data
2325
async-timeout==4.0.3
@@ -66,7 +68,7 @@ charset-normalizer==3.4.0
6668
click==8.1.7
6769
# via typer
6870
comm==0.2.2
69-
# via ipywidgets
71+
# via ipykernel
7072
commonmark==0.9.1
7173
# via rich
7274
contourpy==1.3.0
@@ -77,6 +79,8 @@ cryptography==43.0.3
7779
# azure-storage-blob
7880
# msal
7981
# pyjwt
82+
debugpy==1.8.11
83+
# via ipykernel
8084
decorator==4.4.2
8185
# via
8286
# hail
@@ -158,10 +162,16 @@ idna==3.10
158162
# via
159163
# requests
160164
# yarl
161-
ipython==8.29.0
165+
ipykernel==6.29.5
162166
# 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
165175
isodate==0.7.2
166176
# via
167177
# azure-storage-blob
@@ -182,6 +192,12 @@ joblib==1.4.2
182192
# scikit-learn
183193
jproperties==2.1.2
184194
# via hail
195+
jupyter-client==8.6.3
196+
# via ipykernel
197+
jupyter-core==5.7.2
198+
# via
199+
# ipykernel
200+
# jupyter-client
185201
jupyterlab-widgets==3.0.13
186202
# via ipywidgets
187203
lockfile==0.12.2
@@ -191,7 +207,9 @@ luigi==3.5.2
191207
markupsafe==3.0.2
192208
# via jinja2
193209
matplotlib-inline==0.1.7
194-
# via ipython
210+
# via
211+
# ipykernel
212+
# ipython
195213
msal==1.31.0
196214
# via
197215
# azure-identity
@@ -205,7 +223,9 @@ multidict==6.1.0
205223
# aiohttp
206224
# yarl
207225
nest-asyncio==1.6.0
208-
# via hail
226+
# via
227+
# hail
228+
# ipykernel
209229
numpy==1.26.4
210230
# via
211231
# bokeh
@@ -223,6 +243,7 @@ packaging==24.1
223243
# via
224244
# bokeh
225245
# google-cloud-bigquery
246+
# ipykernel
226247
# plotly
227248
pandas==2.2.3
228249
# via
@@ -236,6 +257,8 @@ pexpect==4.9.0
236257
# via ipython
237258
pillow==11.0.0
238259
# via bokeh
260+
platformdirs==4.3.6
261+
# via jupyter-core
239262
plotly==5.24.1
240263
# via hail
241264
portalocker==2.10.1
@@ -257,6 +280,8 @@ protobuf==3.20.2
257280
# grpcio-status
258281
# hail
259282
# proto-plus
283+
psutil==6.1.1
284+
# via ipykernel
260285
ptyprocess==0.7.0
261286
# via pexpect
262287
pure-eval==0.2.3
@@ -293,6 +318,7 @@ python-dateutil==2.9.0.post0
293318
# via
294319
# botocore
295320
# google-cloud-bigquery
321+
# jupyter-client
296322
# luigi
297323
# pandas
298324
python-json-logger==2.0.7
@@ -303,6 +329,10 @@ pyyaml==6.0.2
303329
# via
304330
# bokeh
305331
# hail
332+
pyzmq==26.2.0
333+
# via
334+
# ipykernel
335+
# jupyter-client
306336
regex==2024.9.11
307337
# via parsimonious
308338
requests==2.32.3
@@ -360,12 +390,17 @@ threadpoolctl==3.5.0
360390
tornado==6.4.2
361391
# via
362392
# bokeh
393+
# ipykernel
394+
# jupyter-client
363395
# luigi
364396
traitlets==5.14.3
365397
# via
366398
# comm
399+
# ipykernel
367400
# ipython
368401
# ipywidgets
402+
# jupyter-client
403+
# jupyter-core
369404
# matplotlib-inline
370405
typer==0.12.5
371406
# via hail

0 commit comments

Comments
 (0)