From 8364dce5fdd974e585d8cc379e0273aef4c512d8 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 2 Jan 2026 21:34:50 +0000 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 bda79e1a086555affccd7b352938452d8f67da0e..2e4b2fe74f01cde4b12549dc40e831f06ad812fb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10165,9 +10165,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