guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 70296b5315b75428f90cc3b3ea88927432585432
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 25 00:20:39 2025 +0100

    gnu: python-plotly: Fix tests.
    
    * gnu/packages/python-science.scm (python-plotly) [native-inputs]:
    Remove python-wheel; add python-nbformat.
    
    Change-Id: I257a9b06343b37e95428bfa46f4b5547b7adb876
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to