guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1bf172abbf10c9c7f838cb1f806c8c92ae69a7f7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 13 21:28:49 2025 +0000
gnu: pyscenic: Update to 0.12.1-2.06bafba4.
* gnu/packages/bioinformatics.scm (pyscenic): Update to
06bafba412792f6efa5a552a23bb221cc3bdea1b commit.
[native-inputs]: Remove python-wheel; add python-setuptools.
Change-Id: I42b8c3701484f617c14d67f3bfa2408b83e50d6e
---
gnu/packages/bioinformatics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3a19c41005..40eacdb84a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -21875,8 +21875,8 @@ tree-based ensemble regressors.")
;; We use this commit because the last release is not compatible with the
;; current version of numpy. See
;; https://github.com/aertslab/pySCENIC/issues/579#issuecomment-2405207860
- (let ((commit "eaf23eb1fdcaae79b273de56b374b71aa8afde5a")
- (revision "1"))
+ (let ((commit "06bafba412792f6efa5a552a23bb221cc3bdea1b")
+ (revision "2"))
(package
(name "pyscenic")
(version (git-version "0.12.1" revision commit))
@@ -21889,7 +21889,7 @@ tree-based ensemble regressors.")
(file-name (git-file-name name version))
(sha256
(base32
- "1si2ifmj0cy2yba8lw5m7mg97iqaxi0cwhy3j43rz5bzkp0cah8n"))))
+ "15zkv082j1d7fh4pcznqss1q539ndg8ymwbs62xhypylwh7ry0sx"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -21938,7 +21938,7 @@ tree-based ensemble regressors.")
python-tqdm
python-umap-learn))
(native-inputs
- (list python-pytest python-wheel))
+ (list python-pytest python-setuptools))
(home-page "https://scenic.aertslab.org/")
(synopsis "Single-Cell regulatory network inference and clustering")
(description