pythonPackages.ipywidgets: fix depedencies after python mass update
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
, mock
|
, mock
|
||||||
, ipython
|
, ipython
|
||||||
, ipykernel
|
, ipykernel
|
||||||
|
, jupyterlab-widgets
|
||||||
, traitlets
|
, traitlets
|
||||||
, notebook
|
, notebook
|
||||||
, widgetsnbextension
|
, widgetsnbextension
|
||||||
@@ -28,6 +29,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
ipython
|
ipython
|
||||||
ipykernel
|
ipykernel
|
||||||
|
jupyterlab-widgets
|
||||||
traitlets
|
traitlets
|
||||||
notebook
|
notebook
|
||||||
widgetsnbextension
|
widgetsnbextension
|
||||||
|
|||||||
Reference in New Issue
Block a user