diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 00:20:39 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 00:56:40 +0100 |
commit | 15c2fe3528bf3dabeb4869351fd6504b64519a1f (patch) | |
tree | f454dee1ad1c7eec9be09498e9d3cf5fd897c0ef /gnu/packages/python-science.scm | |
parent | 28af7b94c8e15f521e692cb56332b3df925bd33b (diff) |
gnu: python-plotly: Fix tests.
* gnu/packages/python-science.scm (python-plotly) [native-inputs]:
Remove python-wheel; add python-nbformat.
Change-Id: I257a9b06343b37e95428bfa46f4b5547b7adb876
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4c0f551289..a3ec131bd9 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4956,9 +4956,9 @@ and more (chdir "packages/python/plotly")))))) (native-inputs (list python-ipywidgets + python-nbformat python-pytest python-setuptools - python-wheel python-xarray)) (propagated-inputs (list python-ipython |