Skip to content

Commit 4651aaa

Browse files
committed
another pin
1 parent 13a4626 commit 4651aaa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ 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+
ipykernel==6.22.0 # matches a pinned version in hail init_notebook.py
1011
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,10 @@ idna==3.10
162162
# via
163163
# requests
164164
# yarl
165-
ipykernel==6.29.5
166-
# via ipywidgets
165+
ipykernel==6.22.0
166+
# via
167+
# -r requirements.in
168+
# ipywidgets
167169
ipython==8.29.0
168170
# via
169171
# ipykernel

0 commit comments

Comments
 (0)