guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit cb1c843ba337ffba5d57fc78cb4a9668389ee350
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 2 21:34:50 2026 +0000
gnu: mageck: Use python-numpy@1.
* gnu/packages/bioinformatics.scm (mageck):
[inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel; add python-setuptools.
Change-Id: If26cf31016b769b01d502c33b97c5579873337b6
---
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 91099dab5a..30f958ab69 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10245,9 +10245,9 @@ sequences).")
(invoke "bash" script))))
tests))))))))
(native-inputs
- (list python-wheel))
+ (list python-setuptools))
(inputs
- (list python-numpy
+ (list python-numpy-1
python-scipy
python-matplotlib
python-statsmodels