mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
a9773c491b
commit
47dfedfdc4
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue