mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-plotly: Fix tests.
* gnu/packages/python-science.scm (python-plotly) [native-inputs]: Remove python-wheel; add python-nbformat. Change-Id: I257a9b06343b37e95428bfa46f4b5547b7adb876
This commit is contained in:
parent
60e0723b09
commit
34a80a0f72
1 changed files with 1 additions and 1 deletions
|
@ -4956,9 +4956,9 @@ and more
|
||||||
(chdir "packages/python/plotly"))))))
|
(chdir "packages/python/plotly"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-ipywidgets
|
(list python-ipywidgets
|
||||||
|
python-nbformat
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel
|
|
||||||
python-xarray))
|
python-xarray))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-ipython
|
(list python-ipython
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue