summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-27 19:40:41 +0200
committerGhislain Vaillant <ghislain.vaillant@inria.fr>2026-08-27 19:40:41 +0200
commit79d1844fd7eee7e7c416d85b95bbf3c7e5e5384e (patch)
tree0d95d6ecad76b9e8b36d84f672ab0c071aff06c7
parent3ee7125f14ffe89055bc93e2ea1b761e09e1070d (diff)
nlp: python-edsnlp: Fix build.
* guix-science/packages/nlp.scm (python-edsnlp) [native-inputs]: Add python-scikit-learn.
-rw-r--r--guix-science/packages/nlp.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-science/packages/nlp.scm b/guix-science/packages/nlp.scm
index a11ded7..75dacd5 100644
--- a/guix-science/packages/nlp.scm
+++ b/guix-science/packages/nlp.scm
@@ -168,6 +168,7 @@ to generate a synthetic dataset.")
168 python-optuna 168 python-optuna
169 python-pytest 169 python-pytest
170 python-ruamel.yaml 170 python-ruamel.yaml
171 python-scikit-learn
171 python-setuptools)) 172 python-setuptools))
172 (home-page "https://aphp.github.io/edsnlp/") 173 (home-page "https://aphp.github.io/edsnlp/")
173 (synopsis "NLP framework tailored for French clinical notes") 174 (synopsis "NLP framework tailored for French clinical notes")