summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-17 14:33:20 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:25 +0100
commit4e101aeeacfb3a4b34e595ceead2cf5dda98dace (patch)
tree94cd1e484de27680f73e26bfec1e0a33f0d0568f
parent871baf04c63981d9651a78e392f521f5a9681d97 (diff)
gnu: Remove python-pandas-2.
* gnu/packages/python-science.scm (python-pandas-2): Delete variable. Change-Id: Ia08c92f284f3bdb5849967376d5cfc38c61c7703
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index bae9dd1f7ac..ba41ed822d1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4030,8 +4030,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")