Skip to content

Commit

Permalink
Updated requirements for new jupyter client version
Browse files Browse the repository at this point in the history
Jupyter client < 5.2.4 was unable to interrupt on Windows
with Python 3.7+. See jupyter/jupyter_client#408
  • Loading branch information
alex-dewar committed Dec 13, 2018
1 parent 5b0f361 commit aa18046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions software/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ configobj==5.0.6
cycler==0.10.0
future==0.16.0
iso8601==0.1.12
jupyter_client>=5.2.4
jupyter==1.0.0
jupyter_contrib_nbextensions==0.5.0
matplotlib>=2.1.2
Expand Down

0 comments on commit aa18046

Please sign in to comment.