We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a4626 commit 4651aaaCopy full SHA for 4651aaa
requirements.in
@@ -7,4 +7,5 @@ google-cloud-dataproc==5.14.0
7
google-cloud-bigquery==3.27.0
8
httplib2==0.22.0
9
google-api-python-client==2.108.0
10
+ipykernel==6.22.0 # matches a pinned version in hail init_notebook.py
11
ipywidgets==8.0.6 # matches a pinned version in hail init_notebook.py
requirements.txt
@@ -162,8 +162,10 @@ idna==3.10
162
# via
163
# requests
164
# yarl
165
-ipykernel==6.29.5
166
- # via ipywidgets
+ipykernel==6.22.0
+ # via
167
+ # -r requirements.in
168
+ # ipywidgets
169
ipython==8.29.0
170
171
# ipykernel
0 commit comments