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

commit db57ede5f580bbae99c78d1a4eca73921dfd53e9
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Mar 27 13:50:48 2025 +0000

    gnu: python-iced: Update to 0.5.13.
    
    * gnu/packages/bioinformatics.scm (python-iced): Update to 0.5.13.
    [native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
    
    Change-Id: I2251b0ba37dab29bf82a2db73be1e05fee11c34e
---
 gnu/packages/bioinformatics.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 7ce522c8df..11c3f9c748 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -20410,18 +20410,24 @@ pyGenomeTracks can make plots with or without Hi-C 
data.")
 (define-public python-iced
   (package
     (name "python-iced")
-    (version "0.5.8")
+    (version "0.5.13")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "iced" version))
        (sha256
         (base32
-         "1avcjmpyyvhgbj5qca4l70ipiz7j3xmcw9p6rd9c06j99faa0r71"))))
-    (build-system python-build-system)
-    (arguments `(#:tests? #false)) ; there are none
+         "1fg6fxg6qhymr5d8drlvaclxgsfay2qcfsvpxkyy0r6cchscnpj5"))))
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list python-pytest
+           python-setuptools
+           python-wheel))
     (propagated-inputs
-     (list python-numpy python-pandas python-scipy python-scikit-learn))
+     (list python-numpy
+           python-pandas
+           python-scipy
+           python-scikit-learn))
     (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