From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 73266@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#73266] [PATCH 5/9] gnu: python-spacy: Update to 3.7.5.
Date: Sun, 15 Sep 2024 10:57:10 +0200 [thread overview]
Message-ID: <20240915085720.13323-5-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240915085720.13323-1-ngraves@ngraves.fr>
* gnu/packages/machine-learning.scm (python-spacy): Update to 3.7.5.
[arguments]<#:test-flags>: Ignore test_pass_doc_to_pipeline.
[propagated-inputs]: Remove python-pathy, python-smart-open,
python-typing-extensions. Add python-weasel.
Change-Id: Ieae58f004d06323990e80859e3c4dce2166c447c
---
gnu/packages/machine-learning.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 4b834a847f..008bf2060a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1336,13 +1336,13 @@ (define-public python-spacy-loggers
(define-public python-spacy
(package
(name "python-spacy")
- (version "3.5.3")
+ (version "3.7.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "spacy" version))
(sha256
(base32
- "13141hc966d8nxbnlwj01vhndgq0rq4nmii3qkb3hrap45kiv5rm"))))
+ "1lrd7k7hizygqldpln4aham6kprbyaj7z7pfd5dabixcyb5wcj56"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1356,7 +1356,9 @@ (define-public python-spacy
;; This tries to run the application with typer, which fails
;; with an unspecified error, possibly because the build
;; container doesn't have /bin/sh.
- " and not test_project_assets"))
+ " and not test_project_assets"
+ ;; Fails with DeprecationWarning
+ " and not test_pass_doc_to_pipeline"))
#:phases
'(modify-phases %standard-phases
(add-after 'build 'build-ext
@@ -1370,20 +1372,18 @@ (define-public python-spacy
python-murmurhash
python-numpy
python-packaging
- python-pathy
python-preshed
python-pydantic
python-requests
python-setuptools
- python-smart-open
python-spacy-legacy
python-spacy-loggers
python-srsly
python-thinc
python-tqdm
python-typer
- python-typing-extensions
- python-wasabi))
+ python-wasabi
+ python-weasel))
(native-inputs
(list python-cython python-pytest python-mock))
(home-page "https://spacy.io")
--
2.46.0
next prev parent reply other threads:[~2024-09-15 9:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-15 8:11 [bug#73266] [PATCH 0/9] Add python-spacy-curated-transformers Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 1/9] gnu: Add python-azure-storage-file-datalake Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 2/9] gnu: Add python-cloudpathlib Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 3/9] gnu: Add python-weasel Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 4/9] gnu: python-thinc: Update to 8.2.2 Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` Nicolas Graves via Guix-patches via [this message]
2024-09-15 8:57 ` [bug#73266] [PATCH 6/9] gnu: Add python-cutlery Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 7/9] gnu: Add python-curated-transformers Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 8/9] gnu: Add python-curated-tokenizers Nicolas Graves via Guix-patches via
2024-09-15 8:57 ` [bug#73266] [PATCH 9/9] gnu: Add python-spacy-curated-transformers Nicolas Graves via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240915085720.13323-5-ngraves@ngraves.fr \
--to=guix-patches@gnu.org \
--cc=73266@debbugs.gnu.org \
--cc=ngraves@ngraves.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).