~ruther/guix-local

8364dce5fdd974e585d8cc379e0273aef4c512d8 — Sharlatan Hellseher 3 months ago 69988a0
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 <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -2
@@ 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