From 79d1844fd7eee7e7c416d85b95bbf3c7e5e5384e Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Thu, 27 Aug 2026 19:40:41 +0200 Subject: nlp: python-edsnlp: Fix build. * guix-science/packages/nlp.scm (python-edsnlp) [native-inputs]: Add python-scikit-learn. --- guix-science/packages/nlp.scm | 1 + 1 file changed, 1 insertion(+) 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.") python-optuna python-pytest python-ruamel.yaml + python-scikit-learn python-setuptools)) (home-page "https://aphp.github.io/edsnlp/") (synopsis "NLP framework tailored for French clinical notes") -- cgit v1.2.3