diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-03 09:58:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:32 +0100 |
commit | fba299463627e01aca0f8ba04d243c04d71f3271 (patch) | |
tree | 0f35190a9b08c5fa2466bb7ed9f78b2ab31c8cbf | |
parent | ca48ba11b5da4d40350bce4823fc0dbb94cfd257 (diff) |
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
-rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 60449ef7ef..51779d624b 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015-2024 Ricardo Wurmus <[email protected]> +;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2020-2024 Efraim Flashner <[email protected]> ;;; Copyright © 2016, 2017, 2020 Marius Bakke <[email protected]> ;;; Copyright © 2016 Hartmut Goebel <[email protected]> @@ -2014,7 +2014,6 @@ and are compatible with its API.") python-confection python-contextvars python-cymem - python-dataclasses python-murmurhash python-numpy python-packaging |