diff options
Diffstat (limited to 'gnu/packages/jupyter.scm')
-rw-r--r-- | gnu/packages/jupyter.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 86d4721801..2ea66acc56 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -185,7 +185,7 @@ protocol} to be used by both clients and kernels.") python-jupyter-core python-jupyter-protocol python-pyzmq - python-tornado + python-tornado-6 python-traitlets)) (native-inputs (list python-async-generator |