mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-ipywidgets: Use older setuptools.
* gnu/packages/python-xyz.scm (python-ipywidgets)[native-inputs]: Add python-setuptools-67. Change-Id: I88240840e890a631353e045e955d1ad578cc98a1
This commit is contained in:
parent
12bae54d87
commit
c91470ede9
1 changed files with 1 additions and 1 deletions
|
|
@ -18613,7 +18613,7 @@ convert an @code{.ipynb} notebook file into various static formats including:
|
|||
python-traitlets python-widgetsnbextension))
|
||||
(native-inputs
|
||||
(list python-ipykernel python-jsonschema python-pytest python-pytest-cov
|
||||
python-pytz))
|
||||
python-pytz python-setuptools-67))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "IPython HTML widgets for Jupyter")
|
||||
(description "Ipywidgets are interactive HTML widgets for Jupyter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue