mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-liana-py: Don't propagate python-numpydoc.
* gnu/packages/bioinformatics.scm (python-liana-py) [propagated-inputs]: Remove python-numpydoc. [native-inputs]: Add python-numpydoc. Change-Id: I3691a1db99010926b80de7aed5b29e5602210aa2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b8af701a1c
commit
eceb21d25f
1 changed files with 1 additions and 1 deletions
|
|
@ -3125,7 +3125,6 @@ servers supporting the protocol.")
|
|||
python-nbconvert
|
||||
python-nbsphinx
|
||||
python-numpy
|
||||
python-numpydoc
|
||||
python-omnipath
|
||||
python-pandas
|
||||
python-plotnine
|
||||
|
|
@ -3138,6 +3137,7 @@ servers supporting the protocol.")
|
|||
tzdata))
|
||||
(native-inputs
|
||||
(list python-hatchling
|
||||
python-numpydoc
|
||||
python-pytest))
|
||||
(home-page "https://github.com/saezlab/liana-py")
|
||||
(synopsis "LIANA is a ligand-receptor analysis framework")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue