[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/64: gnu: python-pandas: Default to version 2.x.
From: |
guix-commits |
Subject: |
25/64: gnu: python-pandas: Default to version 2.x. |
Date: |
Thu, 2 May 2024 10:52:30 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit f45d98a01b755f9e493f83730af97640c9a7384e
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")
- 51/64: gnu: python-tabulate: Enable tests and fix version string., (continued)
- 51/64: gnu: python-tabulate: Enable tests and fix version string., guix-commits, 2024/05/02
- 52/64: gnu: python-numpy: Update to 1.26.0., guix-commits, 2024/05/02
- 53/64: Revert "gnu: python-numpy: Update to 1.26.0.", guix-commits, 2024/05/02
- 54/64: gnu: python-dask: Disable all tokenize tests., guix-commits, 2024/05/02
- 56/64: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/02
- 59/64: gnu: python-dask: Disable some tests., guix-commits, 2024/05/02
- 58/64: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/02
- 62/64: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/02
- 57/64: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/02
- 61/64: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/02
- 25/64: gnu: python-pandas: Default to version 2.x.,
guix-commits <=
- 40/64: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/05/02
- 38/64: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/02
- 07/64: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/02
- 12/64: gnu: Add python-multiscale-spatial-image., guix-commits, 2024/05/02
- 14/64: gnu: Add rust-amd-0.2., guix-commits, 2024/05/02
- 34/64: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/02
- 37/64: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/05/02
- 64/64: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/02
- 60/64: gnu: python-dask: Do not reference pyarrow_hotfix., guix-commits, 2024/05/02
- 63/64: gnu: tadbit: Patch for compatibility with latest scipy., guix-commits, 2024/05/02