pythonPackages.ipywidgets: fix depedencies after python mass update
This commit is contained in:
parent
57db870668
commit
28aa864133
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue