Skip to content

Commit

Permalink
add ipykernel dependency to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Jul 1, 2024
1 parent f2898b4 commit 59c7872
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 8 deletions.
1 change: 1 addition & 0 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gitpython
ipykernel
ipywidgets
nbsphinx
sphinx
Expand Down
39 changes: 31 additions & 8 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:3102fe2c13f1e8e29e0bd4e7baadb6f87bd5c781
# SHA1:132cbd83d2a0310697d4b6af67651e1fc07f84c9
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -30,7 +30,11 @@ certifi==2024.6.2
charset-normalizer==3.3.2
# via requests
comm==0.2.2
# via ipywidgets
# via
# ipykernel
# ipywidgets
debugpy==1.8.2
# via ipykernel
decorator==5.1.1
# via ipython
defusedxml==0.7.1
Expand All @@ -54,8 +58,12 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
ipython==8.25.0
# via ipywidgets
ipykernel==6.29.4
# via -r docs.in
ipython==8.26.0
# via
# ipykernel
# ipywidgets
ipywidgets==8.1.3
# via -r docs.in
jedi==0.19.1
Expand All @@ -70,9 +78,12 @@ jsonschema==4.22.0
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.2
# via nbclient
# via
# ipykernel
# nbclient
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
# nbclient
# nbconvert
Expand All @@ -86,7 +97,9 @@ markupsafe==2.1.5
# jinja2
# nbconvert
matplotlib-inline==0.1.7
# via ipython
# via
# ipykernel
# ipython
mistune==3.0.2
# via nbconvert
nbclient==0.10.0
Expand All @@ -100,8 +113,11 @@ nbformat==5.10.4
# nbsphinx
nbsphinx==0.9.4
# via -r docs.in
nest-asyncio==1.6.0
# via ipykernel
packaging==24.1
# via
# ipykernel
# nbconvert
# pydata-sphinx-theme
# sphinx
Expand All @@ -115,6 +131,8 @@ platformdirs==4.2.2
# via jupyter-core
prompt-toolkit==3.0.47
# via ipython
psutil==6.0.0
# via ipykernel
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
Expand All @@ -131,7 +149,9 @@ pygments==2.18.0
python-dateutil==2.9.0.post0
# via jupyter-client
pyzmq==26.0.3
# via jupyter-client
# via
# ipykernel
# jupyter-client
referencing==0.35.1
# via
# jsonschema
Expand Down Expand Up @@ -186,10 +206,13 @@ tinycss2==1.3.0
tomli==2.0.1
# via sphinx
tornado==6.4.1
# via jupyter-client
# via
# ipykernel
# jupyter-client
traitlets==5.14.3
# via
# comm
# ipykernel
# ipython
# ipywidgets
# jupyter-client
Expand Down

0 comments on commit 59c7872

Please sign in to comment.