GNU bug report logs -
#77246
[PATCH python-team 00/18] One more iteration with a few fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Mar 2025 07:25:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 77246 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-cleanlab): Update to 2.7.1.
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index f762e0dc3c..490827b038 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2315,7 +2315,7 @@ (define-public python-scikit-rebate
(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)
@@ -2325,7 +2325,7 @@ (define-public python-cleanlab
(file-name (git-file-name name version))
(sha256
(base32
- "0f8v5246nzy22r7zswv9vbpxc7wxaqjwry9iq0fqjp2ffch88h6j"))))
+ "073w45azq496x4bhrh8mdywcrg3gk33n13w1pqh1kiykw826ld9b"))))
(build-system pyproject-build-system)
(arguments
(list
--
2.49.0
This bug report was last modified 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.