guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 6e4039bd463ce5344301114e8571ff52f2fad1e0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 18:56:45 2025 +0000
gnu: scvelo: Reduce closure size.
* gnu/packages/bioinformatics.scm (scvelo):
[propagated-inputs]: Remove python-isort.
[native-inputs]: Remove python-black, python-flake8, python-hypothesis,
and python-wheel; add python-setuptools.
Change-Id: Ieefb91cbe3481c64d7d9e5588d934216ef17f974
---
gnu/packages/bioinformatics.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 79baf2ca7a..9f8ce334a3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -24433,9 +24433,9 @@ aligner.")
(lambda _
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
(propagated-inputs
- (list python-anndata
+ (list pybind11 ;XXX: marked as install requirement
+ python-anndata
python-hnswlib
- python-isort
python-igraph
python-loompy
python-louvain
@@ -24446,15 +24446,11 @@ aligner.")
python-scanpy
python-scikit-learn
python-scipy
- python-umap-learn
- pybind11))
+ python-umap-learn))
(native-inputs
- (list python-black
- python-flake8
- python-hypothesis
- python-pytest
- python-setuptools-scm
- python-wheel))
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm))
(home-page "https://scvelo.org")
(synopsis "RNA velocity generalized through dynamical modeling")
(description "ScVelo is a scalable toolkit for RNA velocity analysis in