Skip to content

Commit ff54324

Browse files
committed
Add direct dependency on ipykernel
ipywidgets 8.1.0 has been released, which includes the change at jupyter-widgets/ipywidgets#3811. With this change, ipykernel is no longer a dependnecy of ipywidgets, so jupyer-sphinx must now depend on ipykernel directly rather than assume it will be installed as a transitive dependency of ipywidgets. Without this change, jupyter-sphinx tests will fail CI. This has additionally led to CI failures in some packages that depend on jupyter-sphinx but not ipykernel.
1 parent 1bb7d91 commit ff54324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx>=2.4.4
2+
ipykernel>=4.5.1
23
ipywidgets>=7.0.0
34
IPython
45
nbconvert>=5.4

0 commit comments

Comments
 (0)