Skip to content

Commit

Permalink
Pin jupyter_client dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpipkt committed Mar 9, 2020
1 parent 45b56ec commit 32f3d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(fname):
'ipython >= 6.0',
'nbformat',
'nbconvert',
'jupyter_client',
'jupyter_client < 6.0',
'ipykernel'],
extras_require = {'test': ['scipy', 'matplotlib', 'coverage',
'ipython', 'nose', 'notebook'],
Expand Down

0 comments on commit 32f3d56

Please sign in to comment.