~ruther/guix-local

9769cd732c8844d0f763d9e9a723f50babf55629 — Sharlatan Hellseher 2 months ago b6081f0
gnu: python-episcanpy: Use python-numpy@1.

* gnu/packages/bioinformatics.scm (python-episcanpy):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-pytest and python-wheel; add
python-setuptools.

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

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -2
@@ 8129,6 8129,9 @@ and random access tool.")
         (add-before 'build 'set-numba-cache-dir
           (lambda _
             (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
    (native-inputs
     (list python-setuptools
           python-setuptools-scm))
    (propagated-inputs
     (list python-anndata-0.11
           python-bamnostic


@@ 8141,7 8144,7 @@ and random access tool.")
           python-natsort
           python-networkx
           python-numba
           python-numpy
           python-numpy-1
           python-packaging
           python-pandas
           python-scanpy


@@ 8153,7 8156,6 @@ and random access tool.")
           python-pysam
           python-tbb
           python-umap-learn))
    (native-inputs (list python-pytest python-setuptools-scm python-wheel))
    (home-page "https://github.com/colomemaria/epiScanpy")
    (synopsis "Tool for epigenomics single cell analysis")
    (description