~ruther/guix-local

fb67f784f41580c839760f869258427370954592 — Sharlatan Hellseher 3 months ago 21dc181
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +4 -4
@@ 21887,8 21887,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))


@@ 21901,7 21901,7 @@ tree-based ensemble regressors.")
         (file-name (git-file-name name version))
         (sha256
          (base32
           "1si2ifmj0cy2yba8lw5m7mg97iqaxi0cwhy3j43rz5bzkp0cah8n"))))
           "15zkv082j1d7fh4pcznqss1q539ndg8ymwbs62xhypylwh7ry0sx"))))
      (build-system pyproject-build-system)
      (arguments
       (list


@@ 21950,7 21950,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