guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5ee63e752dcfc9c393d7dc7d89c5dbe9c7f3be7f
Author: Alexis Simon <[email protected]>
AuthorDate: Wed Oct 15 14:35:40 2025 +0200

    gnu: python-zarr: Remove extra propagated-inputs.
    
    * gnu/packages/python-xyz.scm (python-zarr):
    [propagated-inputs]: Remove python-ipywidgets,
    python-notebook, python-numpydoc, pyhon-pydata-sphinx-theme.
    
    Change-Id: Ie6161fb3fd3ff989cb09f0d1e7bb4c94aaad8fab
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4fa983ae46..f16aff83aa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40467,12 +40467,8 @@ and XML respectively.  The processing is done through 
@command{jq},
     (propagated-inputs
      (list python-asciitree
            python-fasteners
-           python-ipywidgets
-           python-notebook
            python-numcodecs
-           python-numpy
-           python-numpydoc
-           python-pydata-sphinx-theme))
+           python-numpy))
     (native-inputs
      (list python-pytest
            python-pytest-xdist

Reply via email to