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
This commit is contained in:
Sharlatan Hellseher 2026-01-04 00:03:46 +00:00 committed by Andreas Enge
parent a9773c491b
commit 47dfedfdc4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -8128,6 +8128,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
@ -8140,7 +8143,7 @@ and random access tool.")
python-natsort
python-networkx
python-numba
python-numpy
python-numpy-1
python-packaging
python-pandas
python-scanpy
@ -8152,7 +8155,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