[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: python-thinc: Remove old version of dataclasses.
From: |
guix-commits |
Subject: |
01/11: gnu: python-thinc: Remove old version of dataclasses. |
Date: |
Fri, 3 Jan 2025 09:05:15 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 96927b03bea6c70bddc0d1f5d1fabe9019c73da4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 09:58:55 2025 +0100
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
---
gnu/packages/machine-learning.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index f1c96849df..3a1d23b88d 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 <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>
@@ -1961,7 +1961,6 @@ and are compatible with its API.")
python-confection
python-contextvars
python-cymem
- python-dataclasses
python-murmurhash
python-numpy
python-packaging
- branch python-team updated (9788438dd9 -> 563ef320fc), guix-commits, 2025/01/03
- 01/11: gnu: python-thinc: Remove old version of dataclasses.,
guix-commits <=
- 02/11: gnu: python-pathy: Remove old version of dataclasses., guix-commits, 2025/01/03
- 03/11: gnu: Remove python-dataclasses., guix-commits, 2025/01/03
- 09/11: gnu: python-spacy: Add missing input., guix-commits, 2025/01/03
- 04/11: gnu: Add python-pyogrio., guix-commits, 2025/01/03
- 08/11: gnu: awscli-2: Remove obsolete build phase., guix-commits, 2025/01/03
- 07/11: gnu: awscli: Update to 1.36.32., guix-commits, 2025/01/03
- 10/11: gnu: python-flask-wtf: Update to 1.2.2., guix-commits, 2025/01/03
- 05/11: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/03
- 06/11: gnu: python-botocore: Update to 1.35.91., guix-commits, 2025/01/03
- 11/11: gnu: awscli-2: Run tests., guix-commits, 2025/01/03