diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-01-19 10:52:49 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:25:27 +0100 |
| commit | 22a001c577a5c3a7796577dda3059723fedd5705 (patch) | |
| tree | 331b83981f67009e07d3149f26f08581daf3e62d | |
| parent | dc4fec16c9c7e84ec1c0fa3fbcfd27679527ba26 (diff) | |
gnu: Remove python-cleanlab-1.
* gnu/packages/machine-learning.scm (python-cleanlab-1): Delete variable.
Fixes: guix/guix#4839
Change-Id: I38061610e4ffe3d09008b5b8d30e75baeab8cc01
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/machine-learning.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 4d6b6b61e6e..f78ce266594 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2755,31 +2755,6 @@ data-centric AI package facilitates machine learning with messy, real-world data by providing clean labels during training.") (license license:agpl3+))) -(define-public python-cleanlab-1 - (package - (inherit python-cleanlab) - (name "python-cleanlab") - (version "1.0.1") - ;; The version on pypi does not come with tests. - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/cleanlab/cleanlab") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "03kw2agnhadmrq9zvrlvvlc2c37dpflga5nhmsaag8scw223gqyp")))) - (build-system pyproject-build-system) - (arguments (list)) - (propagated-inputs - (list python-numpy - python-scikit-learn - python-scipy - python-tqdm)) - (native-inputs - (list python-pytest python-setuptools python-wheel)))) - (define-public python-cma (package (name "python-cma") |
