Bump jupyter_client dependency to 5.2

This commit is contained in:
Thomas Kluyver 2017-12-19 14:03:50 +00:00
parent 3eb6d72bb5
commit 3f035c5ba9

View File

@ -148,7 +148,7 @@ install_requires = [
'ipython_genutils',
'traitlets>=4.2.1',
'jupyter_core>=4.4.0',
'jupyter_client>=4.2.0',
'jupyter_client>=5.2.0',
'nbformat',
'nbconvert',
'ipykernel', # bless IPython kernel for now