gnu: python-thinc: Remove old version of dataclasses.

A newer version of dataclasses is part of Python.

* gnu/packages/machine-learning.scm (python-thinc)[propagated-inputs]: Remove
python-dataclasses.

Change-Id: I04cb4ad7af5465fac762f56248f7ca61315b7a78
This commit is contained in:
Ricardo Wurmus 2025-01-03 09:58:55 +01:00
parent ca48ba11b5
commit fba2994636
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2020-2024 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2020-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016, 2017, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
@ -2014,7 +2014,6 @@ and are compatible with its API.")
python-confection python-confection
python-contextvars python-contextvars
python-cymem python-cymem
python-dataclasses
python-murmurhash python-murmurhash
python-numpy python-numpy
python-packaging python-packaging