~ruther/guix-local

dac41e9f25b76b99421359d0a0cff790df4fbe35 — Sharlatan Hellseher 2 months ago 0bf1c3a
gnu: python-fcsparser: Use python-numpy@1.

* gnu/packages/bioinformatics.scm (python-fcsparser):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.

Change-Id: I2a069293821b769aa981c15ccbc5c96cde5a497a
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 6712,7 6712,8 @@ gkm-SVM.")
       (sha256
        (base32 "1skk1k8phq9sj4ar0cnq8px89y3kcyh5zrbl6anz9wcdcyzkc16z"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-numpy python-pandas))
    ;; See: <https://github.com/eyurtsev/fcsparser/issues/74>.
    (propagated-inputs (list python-numpy-1 python-pandas))
    (native-inputs (list python-poetry-core python-pytest))
    (home-page "https://github.com/eyurtsev/fcsparser")
    (synopsis "Package for reading raw fcs files")