guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 857f43b7c80bfab3514f8189462675490ac1c8bf
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Sep 21 08:45:44 2026 +0200

    gnu: python-pyvista: Fix build.
    
    * gnu/packages/python-science.scm (python-pyvista)[native-inputs]:
    Remove python-pandas; add  python-pandas-2.
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 23f6b30b428..b2999fa0816 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4749,7 +4749,7 @@ perform these transformations.")
            python-aiohttp
            python-ipython
            python-mypy
-           python-pandas
+           python-pandas-2
            python-pytest-8
            python-pytest-cases
            python-pytest-mock

Reply via email to