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:
Sören Tempel 2026-01-05 02:07:10 +01:00 committed by Andreas Enge
parent b8af701a1c
commit eceb21d25f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")