diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 00:20:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:37:03 +0100 |
| commit | 34a80a0f7272bacdf84c37670c5a3a78f02ac8fa (patch) | |
| tree | 022d9e7fd00e602e852130052dee06301d6dbf30 | |
| parent | 60e0723b09de35ae9413e7651b24e8c793ce26c8 (diff) | |
gnu: python-plotly: Fix tests.
* gnu/packages/python-science.scm (python-plotly) [native-inputs]:
Remove python-wheel; add python-nbformat.
Change-Id: I257a9b06343b37e95428bfa46f4b5547b7adb876
| -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 |
