Skip to content

Commit

Permalink
Fix CI by adding ipykernel to requirements (#230)
Browse files Browse the repository at this point in the history
CI started failing with 

> sphinx.errors.ExtensionError: Unable to find kernel (exception: No
such kernel named python3)

I used a text comparison between our requirements installed in CI from
last week vs this week. The main difference is `ipykernel` no longer
showing up in the list of reqs. That is due to the patch bump of
`ipywidgets` and its change here:
jupyter-widgets/ipywidgets@785d159#commitcomment-106272180

In the meantime to them possibly reverting that change, this fixes CI.
  • Loading branch information
Eric-Arellano committed Mar 28, 2023
1 parent 38c1d19 commit 22924b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ipykernel
jupyter-sphinx
numpy
matplotlib
sphinx-design
sphinx-autodoc-typehints
sphinx-autodoc-typehints

0 comments on commit 22924b1

Please sign in to comment.