[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1.
From: |
Nicolas Graves |
Subject: |
[bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1. |
Date: |
Wed, 13 Dec 2023 15:39:19 +0100 |
This patch series updates python-pandas to version 2.1.1. The current
pandas version is vastly outdated and that is not good for guix in
data science. This update however requires an update of the version of
meson, which will trigger a vast number of rebuilds, so this should
probably go to core-updates.
Nicolas Graves (12):
gnu: meson/newer: Update to 1.2.1.
gnu: meson-python: Update to 0.13.1.
gnu: python-cython: Update to 0.29.33.
gnu: python-pyproject-metadata: Update to 0.7.1.
gnu: Add python-tzdata.
gnu: python-jinja2: Update to 3.1.2.
gnu: python-pytest-xdist: Use pyproject-build-system.
gnu: python-openpyxl: Update to 3.0.10.
gnu: Add python-contourpy.
gnu: python-matplotlib: Update to 3.6.3.
gnu: Add python-pytest-next.
gnu: python-pandas: Update to 2.1.1.
gnu/packages/build-tools.scm | 15 ++-
gnu/packages/check.scm | 24 +++--
gnu/packages/python-science.scm | 132 ++++++++++++++------------
gnu/packages/python-xyz.scm | 160 +++++++++++++++-----------------
gnu/packages/time.scm | 17 ++++
5 files changed, 183 insertions(+), 165 deletions(-)
--
2.41.0
- [bug#67813] [PATCH 00/12] Update python-pandas to version 2.1.1.,
Nicolas Graves <=
- [bug#67813] [PATCH 01/12] gnu: meson/newer: Update to 1.2.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 02/12] gnu: meson-python: Update to 0.13.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 08/12] gnu: python-openpyxl: Update to 3.0.10., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 09/12] gnu: Add python-contourpy., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 10/12] gnu: python-matplotlib: Update to 3.6.3., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 04/12] gnu: python-pyproject-metadata: Update to 0.7.1., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 03/12] gnu: python-cython: Update to 0.29.33., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 05/12] gnu: Add python-tzdata., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 07/12] gnu: python-pytest-xdist: Use pyproject-build-system., Nicolas Graves, 2023/12/13
- [bug#67813] [PATCH 06/12] gnu: python-jinja2: Update to 3.1.2., Nicolas Graves, 2023/12/13