guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 44a8f4d51a86b4fe7237d1708e479e085e644709
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 17 14:33:20 2026 +0000

    gnu: Remove python-pandas-2.
    
    * gnu/packages/python-science.scm (python-pandas-2): Delete variable.
    
    Change-Id: Ia08c92f284f3bdb5849967376d5cfc38c61c7703
---
 gnu/packages/python-science.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a82add1842..d47771f766 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4001,8 +4001,6 @@ and intuitive.  It aims to be the fundamental high-level 
building block for
 doing practical, real world data analysis in Python.")
     (license license:bsd-3)))
 
-(define-deprecated/public-alias python-pandas-2 python-pandas)
-
 (define-public python-pandas-stubs
   (package
     (name "python-pandas-stubs")

Reply via email to