mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ca48ba11b5
commit
fba2994636
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; 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, 2017, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
|
@ -2014,7 +2014,6 @@ and are compatible with its API.")
|
|||
python-confection
|
||||
python-contextvars
|
||||
python-cymem
|
||||
python-dataclasses
|
||||
python-murmurhash
|
||||
python-numpy
|
||||
python-packaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue