Skip to content

Commit

Permalink
Drop ipykernel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jul 17, 2020
1 parent a837ae8 commit 73175c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'jupyter_client>=6.1.1',
'nbformat',
'nbconvert',
'ipykernel', # bless IPython kernel for now
'Send2Trash',
'terminado>=0.8.3',
'prometheus_client',
Expand All @@ -67,4 +66,4 @@
)

if __name__ == '__main__':
setup(**setup_args)
setup(**setup_args)

0 comments on commit 73175c6

Please sign in to comment.