From aa1804668bd547e61388810fa786e2b8036f03a8 Mon Sep 17 00:00:00 2001 From: Alex Dewar Date: Thu, 13 Dec 2018 13:31:52 -0400 Subject: [PATCH] Updated requirements for new jupyter client version Jupyter client < 5.2.4 was unable to interrupt on Windows with Python 3.7+. See https://github.com/jupyter/jupyter_client/pull/408 --- software/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/software/requirements.txt b/software/requirements.txt index a39b74d357..8491d25201 100644 --- a/software/requirements.txt +++ b/software/requirements.txt @@ -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