diff options
-rw-r--r-- | gnu/packages/jupyter.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 9a3ef8b121..23217b84e9 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -80,7 +80,8 @@ python-send2trash python-terminado python-tornado-6 - python-traitlets)) + python-traitlets + python-webcolors-24)) (native-inputs (list python-coverage python-nbval python-jupyter-packaging |