diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-16 18:55:10 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:15 +0100 |
| commit | 35263062efa12537ca3eb2de3dfb48688ac5f4f9 (patch) | |
| tree | d59248d80d77c570f090044c0b70b6b8ecaa1eeb /gnu | |
| parent | 854b35d8fafadb75c56d8a7354cca29f5f14a445 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e884e338d84..029bce9f9a6 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -2087,7 +2087,9 @@ spheres, cubes, etc.") | |||
| 2087 | (list python-fsspec | 2087 | (list python-fsspec |
| 2088 | python-numpy | 2088 | python-numpy |
| 2089 | python-packaging | 2089 | python-packaging |
| 2090 | python-pandas | 2090 | ;; Modin is not ready for Pandas 3 yet, see: |
| 2091 | ;; <https://codeberg.org/guix/guix/issues/9336>. | ||
| 2092 | python-pandas-2 | ||
| 2091 | python-psutil | 2093 | python-psutil |
| 2092 | python-typing-extensions | 2094 | python-typing-extensions |
| 2093 | ;; [optinoal] | 2095 | ;; [optinoal] |
