Skip to content

Commit

Permalink
Merge pull request #226 from garrison/direct-ipykernel-dependency
Browse files Browse the repository at this point in the history
Add direct dependency on ipykernel
  • Loading branch information
akhmerov committed Dec 4, 2023
2 parents 6e3c47a + 88f4d69 commit 6a47a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx>=2.4.4
ipykernel>=4.5.1
ipywidgets>=7.0.0
IPython
nbconvert>=5.4
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
packages=["jupyter_sphinx"],
install_requires=[
"Sphinx>=2",
"ipykernel>=4.5.1",
"ipywidgets>=7.0.0",
"IPython",
"nbconvert>=5.5",
Expand Down

0 comments on commit 6a47a75

Please sign in to comment.