guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 65932afca1dc164ef672a90432d3de7e5ef9c44e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 21:29:18 2026 +0000
gnu: python-muon: Use python-numpy@1.
* gnu/packages/bioinformatics.scm (python-muon):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-pytest-flake8.
Change-Id: I6b16e7ce8d26ba874d1065766fac875e880f51f2
---
gnu/packages/bioinformatics.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3dd456e4b5..3d441ff3b4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6081,7 +6081,6 @@ subgroups.")
(version "0.1.7")
(source
(origin
- ;; The tarball from PyPi doesn't include tests.
(method git-fetch)
(uri (git-reference
(url "https://github.com/scverse/muon")
@@ -6115,7 +6114,7 @@ subgroups.")
python-mofapy2
python-mudata
python-numba
- python-numpy
+ python-numpy-1
python-pandas
python-protobuf
python-pybedtools
@@ -6126,8 +6125,7 @@ subgroups.")
python-tqdm
python-umap-learn))
(native-inputs (list python-flit-core
- python-pytest
- python-pytest-flake8))
+ python-pytest))
(home-page "https://github.com/scverse/muon")
(synopsis "Multimodal omics analysis framework")
(description "muon is a multimodal omics Python framework.")