mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
dc8e5343f8
commit
1456c7782f
1 changed files with 4 additions and 5 deletions
|
@ -2079,13 +2079,13 @@ and are compatible with its API.")
|
|||
(define-public python-thinc
|
||||
(package
|
||||
(name "python-thinc")
|
||||
(version "8.1.10")
|
||||
(version "8.1.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "thinc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14drmwa2sh8fqszv1fm2jl4lky1j5yrbkjv89bl49q07vbblhjkc"))))
|
||||
"0lx37vl84y2jcsfn9sphdzbjny2jjyfb85llrrvz0xmig5f2rlcx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -2097,15 +2097,14 @@ and are compatible with its API.")
|
|||
(propagated-inputs (list python-blis-for-thinc
|
||||
python-catalogue
|
||||
python-confection
|
||||
python-contextvars
|
||||
python-cymem
|
||||
python-murmurhash
|
||||
python-numpy
|
||||
python-packaging
|
||||
python-preshed
|
||||
python-pydantic
|
||||
python-pydantic-2
|
||||
python-setuptools
|
||||
python-srsly
|
||||
python-typing-extensions
|
||||
python-wasabi))
|
||||
(native-inputs (list python-cython python-mock python-pytest
|
||||
python-setuptools python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue