Skip to content

Commit

Permalink
Add ipykernel as an explicit doc dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ksunden committed Mar 21, 2023
1 parent 31d83a8 commit b8936b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/doc/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sphinx>=3.0.0,!=6.1.2
colorspacious
ipython
ipywidgets
ipykernel
numpydoc>=1.0
packaging>=20
pydata-sphinx-theme~=0.13.1
Expand Down

0 comments on commit b8936b5

Please sign in to comment.