Skip to content

Commit

Permalink
move ipykernel install to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Aug 6, 2021
1 parent f9026e0 commit 951013a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion 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 All @@ -95,7 +97,6 @@ testing =
pytest-cov~=2.8
pytest-regressions
sympy
ipykernel~=5.5

[flake8]
max-line-length = 100
Expand Down

0 comments on commit 951013a

Please sign in to comment.