[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/93: gnu: python-pandas: Default to version 2.x.
From: |
guix-commits |
Subject: |
25/93: gnu: python-pandas: Default to version 2.x. |
Date: |
Sun, 5 May 2024 16:44:50 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 74dd2def7fa34d40245ed3de351a1cf945224e3c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 30 11:39:09 2024 +0200
gnu: python-pandas: Default to version 2.x.
* gnu/packages/python-science.scm (python-pandas): Define as alias for
python-pandas-2; rename existing definition to...
(python-pandas-1): ...this new variable.
Change-Id: If359e3b2d42c683d7d0152b1757bbc5a979c999b
---
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 91f6cb1131..bbf80907e0 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -748,7 +748,7 @@ spheres, cubes, etc.")
tissue-specificity metrics for gene expression.")
(license license:gpl3+)))
-(define-public python-pandas
+(define-public python-pandas-1
(package
(name "python-pandas")
(version "1.5.3")
@@ -957,6 +957,8 @@ 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-public python-pandas python-pandas-2)
+
(define-public python-pandas-stubs
(package
(name "python-pandas-stubs")
- 13/93: gnu: Add python-param., (continued)
- 13/93: gnu: Add python-param., guix-commits, 2024/05/05
- 05/93: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/05
- 08/93: gnu: Add rust-blas-0.22., guix-commits, 2024/05/05
- 07/93: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/05
- 09/93: gnu: Add python-pyct., guix-commits, 2024/05/05
- 11/93: gnu: Add python-colorcet., guix-commits, 2024/05/05
- 14/93: gnu: Add rust-amd-0.2., guix-commits, 2024/05/05
- 18/93: gnu: Add python-qdldl., guix-commits, 2024/05/05
- 20/93: gnu: Add python-ecos., guix-commits, 2024/05/05
- 29/93: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/05
- 25/93: gnu: python-pandas: Default to version 2.x.,
guix-commits <=
- 26/93: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/05
- 28/93: gnu: tadbit: Use G-expression., guix-commits, 2024/05/05
- 32/93: gnu: python-pandas-2: Fix version., guix-commits, 2024/05/05
- 35/93: gnu: Add apache-orc., guix-commits, 2024/05/05
- 27/93: gnu: r-reticulate: Update to 1.36.1., guix-commits, 2024/05/05
- 43/93: gnu: Add python-scikit-build-core., guix-commits, 2024/05/05
- 46/93: gnu: Add python-array-api-compat., guix-commits, 2024/05/05
- 53/93: Revert "gnu: python-numpy: Update to 1.26.0.", guix-commits, 2024/05/05
- 55/93: gnu: python-pandas-stubs: Accept numpy 1.23., guix-commits, 2024/05/05
- 57/93: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/05