10000 Add ipykernel as an explicit doc dependency · matplotlib/matplotlib@b8936b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8936b5

Browse files
committed
Add ipykernel as an explicit doc dependency
Previously was a transitive dependency from ipywidgets, but that was removed in favor of a lower level comm package created/used by the jupyter ecosystem (including ipykernel). Upon them releasing that change, Circle doc builds began failing as the nbagg/webagg backends require ipykernel and it was not installed. Reference https://github.com/jupyter-widgets/ipywidgets/pull/3533/files#diff-d3df85288b79c378bd5be0ae897814abd0db4f90bed160b7259d805a7e77425e
1 parent 31d83a8 commit b8936b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/doc/doc-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sphinx>=3.0.0,!=6.1.2
1111
colorspacious
1212
ipython
1313
ipywidgets
14+
ipykernel
1415
numpydoc>=1.0
1516
packaging>=20
1617
pydata-sphinx-theme~=0.13.1

0 commit comments

Comments
 (0)
0