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

commit 20d9c8f277c603ff66706b1609196773668a4ad6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 2 21:27:55 2026 +0000

    gnu: idr: Fix build.
    
    * gnu/packages/bioinformatics.scm (idr):
    [propagated-inputs]: Use python-numpy-1.
    [native-inputs]: Use python-cython-0.
    
    Change-Id: Ic1fabb53311a74db3872f50c2f67f8e1310be204
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index fb57089ecf..91099dab5a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9728,9 +9728,9 @@ data.  It also provides the @command{bgzip}, 
@command{htsfile}, and
     ;; causes the tests to always fail.
     (arguments `(#:tests? #f))
     (propagated-inputs
-     (list python-scipy python-sympy python-numpy python-matplotlib))
+     (list python-scipy python-sympy python-numpy-1 python-matplotlib))
     (native-inputs
-     (list python-cython
+     (list python-cython-0
            python-setuptools))
     (home-page "https://github.com/nboley/idr";)
     (synopsis "Tool to measure the irreproducible discovery rate (IDR)")

Reply via email to