diff options
author | Alice BRENON <alice.brenon@ens-lyon.fr> | 2025-01-04 23:01:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-01-06 15:53:17 +0100 |
commit | 7a04ed4354458185ba066094bb82c170127281db (patch) | |
tree | 3beb069cfc6791600eaacbb00030eb552bb9f760 /gnu/packages/machine-learning.scm | |
parent | e6cd11aeb8b7c0130bdcb270210008d761d0dcf7 (diff) |
gnu: python-spacy: Fix build.
* gnu/packages/machine-learning.scm (python-spacy): Fix build.
[native-inputs]: Add python-wheel
Change-Id: I6550f6dc0cb1fb88fc733f6471f1831c4ba95977
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/machine-learning.scm')
-rw-r--r-- | gnu/packages/machine-learning.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index c7d336b8b3..1617ef917e 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1282,7 +1282,7 @@ natural language processing framework.") python-typing-extensions python-wasabi)) (native-inputs - (list python-cython python-pytest python-mock)) + (list python-cython python-pytest python-mock python-wheel)) (home-page "https://spacy.io") (synopsis "Natural Language Processing (NLP) in Python") (description |