diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-01-05 02:07:10 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:23:36 +0100 |
| commit | e60a997f62a330e244a033b275e4e9bd8c002b58 (patch) | |
| tree | 8130a580005dbb81adf5e67b10e465c7b7a3c247 /gnu | |
| parent | 2e3469379b892a1be873b7b250e7333c7b286073 (diff) | |
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>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 39acfd20a9a..8795b0bfb68 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3126,7 +3126,6 @@ servers supporting the protocol.") python-nbconvert python-nbsphinx python-numpy - python-numpydoc python-omnipath python-pandas python-plotnine @@ -3139,6 +3138,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") |
