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

commit 7571fcfa4ceebbf2faff6bd8f03708eccf721029
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 14:55:12 2026 +0000

    gnu: python-iced: Update to 0.6.0.
    
    * gnu/packages/bioinformatics.scm (python-iced): Update to 0.6.0.
    [native-inputs]: Remove python-wheel; add python-cython.
    
    Change-Id: I9fa0c3f1e1e4972349007d82095ddda7ae65e0b1
---
 gnu/packages/bioinformatics.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5b4f4877a1..5655218279 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20486,24 +20486,25 @@ pyGenomeTracks can make plots with or without Hi-C 
data.")
 (define-public python-iced
   (package
     (name "python-iced")
-    (version "0.5.13")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "iced" version))
        (sha256
         (base32
-         "1fg6fxg6qhymr5d8drlvaclxgsfay2qcfsvpxkyy0r6cchscnpj5"))))
+         "1zkbq2xq16by8pys5ndqihydb9jfc35lsnznywvg77n44wl16whm"))))
     (build-system pyproject-build-system)
+    ;; tests: 33 passed, 10 warnings
     (native-inputs
-     (list python-pytest
-           python-setuptools
-           python-wheel))
+     (list python-cython
+           python-pytest
+           python-setuptools))
     (propagated-inputs
      (list python-numpy
            python-pandas
-           python-scipy
-           python-scikit-learn))
+           python-scikit-learn
+           python-scipy))
     (home-page "https://github.com/hiclib/iced";)
     (synopsis "ICE normalization")
     (description "This is a package for normalizing Hi-C contact counts

Reply via email to