guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 506e45297699d214afddd3d94312b2b5827581b1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 16 18:55:10 2026 +0100
gnu: python-modin: Use python-pandas-2
* gnu/packages/python-science.scm (python-modin):
[propagated-inputs]: Remove python-pandas; add python-pandas-2.
Relates-to: guix/guix#9336
Change-Id: I2ae9ee81e46b778f9444f3b07067bd44dd49f2bb
---
gnu/packages/python-science.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e9306e9ab6..f160f2955c 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2105,7 +2105,9 @@ spheres, cubes, etc.")
(list python-fsspec
python-numpy
python-packaging
- python-pandas
+ ;; Modin is not ready for Pandas 3 yet, see:
+ ;; <https://codeberg.org/guix/guix/issues/9336>.
+ python-pandas-2
python-psutil
python-typing-extensions
;; [optinoal]