Skip to content

Commit

Permalink
🔧 MAINT: Pin ipykernel to ~v5.5 (#347)
Browse files Browse the repository at this point in the history
* Pin ipykernel to ~v5.5

* move ipykernel install to be alphabetical
  • Loading branch information
choldgraf authored Aug 6, 2021
1 parent 467d5fa commit 27e9aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"markdown_it": ("https://markdown-it-py.readthedocs.io/en/latest", None),
"nbclient": ("https://nbclient.readthedocs.io/en/latest", None),
"nbformat": ("https://nbformat.readthedocs.io/en/latest", None),
"sphinx": ("https://www.sphinx-doc.org/en/3.x", None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None),
}

intersphinx_cache_limit = 5
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rtd =
altair
bokeh
coconut~=1.4.3
ipykernel~=5.5
ipywidgets
jupytext~=1.11.2
matplotlib
Expand All @@ -86,6 +87,7 @@ rtd =
sympy
testing =
coverage<5.0
ipykernel~=5.5
jupytext~=1.11.2
# TODO: 3.4.0 has some warnings that need to be fixed in the tests.
matplotlib~=3.3.0
Expand Down

0 comments on commit 27e9aee

Please sign in to comment.