guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 4bee89e9ab6b2c3bcfe8e4645fe95e270c9a5a7d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 23:37:34 2026 +0000

    gnu: python-peaks2utr: Use python-numpy@1.
    
    * gnu/packages/bioinformatics.scm (python-peaks2utr):
    [propagated-inputs]: Remove python-numpy; add python-numpy-1.
    
    Change-Id: I9aacc181e7fd2330c7ed46f14902701aba843fe8
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c7961f5499..ca784c31f4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3456,7 +3456,7 @@ encountered in PDB files prior to simulation tasks.")
            python-gffutils
            python-importlib-resources
            macs
-           python-numpy
+           python-numpy-1
            python-psutil
            python-pybedtools
            python-pysam

Reply via email to