gnu: python-thinc: Update to 8.1.12.

* gnu/packages/machine-learning.scm (python-thinc): Update to 8.1.12.
[propagated-inputs]: Remove python-contextvars and python-typing-extensions;
replace python-pydantic with python-pydantic-2.

Change-Id: I7d79791163a750896495b4fed919c312b1110614
This commit is contained in:
Ricardo Wurmus 2025-02-27 08:47:14 +01:00
parent dc8e5343f8
commit 1456c7782f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2079,13 +2079,13 @@ and are compatible with its API.")
(define-public python-thinc (define-public python-thinc
(package (package
(name "python-thinc") (name "python-thinc")
(version "8.1.10") (version "8.1.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "thinc" version)) (uri (pypi-uri "thinc" version))
(sha256 (sha256
(base32 (base32
"14drmwa2sh8fqszv1fm2jl4lky1j5yrbkjv89bl49q07vbblhjkc")))) "0lx37vl84y2jcsfn9sphdzbjny2jjyfb85llrrvz0xmig5f2rlcx"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -2097,15 +2097,14 @@ and are compatible with its API.")
(propagated-inputs (list python-blis-for-thinc (propagated-inputs (list python-blis-for-thinc
python-catalogue python-catalogue
python-confection python-confection
python-contextvars
python-cymem python-cymem
python-murmurhash python-murmurhash
python-numpy python-numpy
python-packaging python-packaging
python-preshed python-preshed
python-pydantic python-pydantic-2
python-setuptools
python-srsly python-srsly
python-typing-extensions
python-wasabi)) python-wasabi))
(native-inputs (list python-cython python-mock python-pytest (native-inputs (list python-cython python-mock python-pytest
python-setuptools python-wheel)) python-setuptools python-wheel))