~ruther/guix-local

c83fe9e8409baad3ef629c0b0e02fa21bc7dc411 — Nicolas Graves 1 year, 3 months ago 591908f
gnu: python-cleanlab: Update to 2.7.1.

* gnu/packages/machine-learning.scm (python-cleanlab): Update to 2.7.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -2
@@ 2553,7 2553,7 @@ standard feature selection algorithms.")
(define-public python-cleanlab
  (package
    (name "python-cleanlab")
    (version "2.7.0")
    (version "2.7.1")
    ;; The version on pypi does not come with tests.
    (source (origin
              (method git-fetch)


@@ 2563,7 2563,7 @@ standard feature selection algorithms.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0f8v5246nzy22r7zswv9vbpxc7wxaqjwry9iq0fqjp2ffch88h6j"))))
                "073w45azq496x4bhrh8mdywcrg3gk33n13w1pqh1kiykw826ld9b"))))
    (build-system pyproject-build-system)
    (arguments
     (list