~ruther/guix-local

36f4aca52f7ff410df797ebec9ed153656075280 — Sharlatan Hellseher 7 months ago 7c9e322
gnu: Add python-anndata-0.11.

* gnu/packages/python-science.scm (python-anndata-0.11): New variable.

Change-Id: I49d804d4434dfde618cfe7da76cae1d8db9444af
1 files changed, 15 insertions(+), 0 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +15 -0
@@ 335,6 335,21 @@ reduces the code overhead typically encountered when using a mostly
object-oriented library such as @code{scikit-learn}.")
    (license license:bsd-3)))

(define-public python-anndata-0.11
  (package
    (inherit python-anndata)
    (name "python-anndata")
    (version "0.11.4")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/theislab/anndata")
              (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "05i805k5kvmwp5k0qw9vxvpgjwys284nq529mfn7vwlryz9d247m"))))))

;; XXX: See: <https://codeberg.org/guix/guix/issues/3093>.
(define-public python-aplus
  ;; PyPI release lacks the latest version, Git has no tags.