This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-python-team
in repository guix.
The following commit(s) were added to refs/heads/wip-python-team by this push:
new 3d39d77c25 FIXUP python-anndata
3d39d77c25 is described below
commit 3d39d77c25a2f38b868af547136348852a0a7d3b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed May 1 00:02:35 2024 +0200
FIXUP python-anndata
[propagated-inputs]: Add python-exceptiongroup.
Change-Id: Ib6910b6c82980b67016a72f2512d6e5834f75354
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a4c816c89a..c32d310943 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27610,6 +27610,7 @@ N-dimensional arrays for Python.")
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
(propagated-inputs
(list python-array-api-compat
+ python-exceptiongroup ;only for Python <3.11
python-h5py
python-importlib-metadata
python-natsort