[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/59: gnu: python-xarray: Update to 2023.12.0.
|
From: |
guix-commits |
|
Subject: |
52/59: gnu: python-xarray: Update to 2023.12.0. |
|
Date: |
Tue, 16 Jan 2024 05:24:34 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit b317d3afa53045374ed8d7632e88b989743c9d99
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 15:17:27 2024 +0100
gnu: python-xarray: Update to 2023.12.0.
* gnu/packages/python-science.scm (python-xarray): Update to 2023.12.0.
[arguments]: Ignore one test file.
[propagated-inputs]: Add python-packaging.
Change-Id: I6b70f59670f7bc8b56787fe3436579db8ac113bb
---
gnu/packages/python-science.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e5c424584c..5fa50436c4 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -831,18 +831,21 @@ multiple deep learning frameworks.")
(define-public python-xarray
(package
(name "python-xarray")
- (version "2023.6.0")
+ (version "2023.12.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "xarray" version))
(sha256
(base32
- "1339fz5gxkizq02h6vn19546x9p4c3nd9ipzpcg39h7gwhg26yi6"))))
+ "0cyldwchcrmbm1y7l1ry70kk8zdh7frxci3c6iwf4iyyj34dnra5"))))
(build-system pyproject-build-system)
+ (arguments
+ ;; This needs a more recent version of python-hypothesis
+ (list #:test-flags '(list "--ignore=xarray/tests/test_strategies.py")))
(native-inputs
(list python-setuptools-scm python-pytest))
(propagated-inputs
- (list python-numpy python-pandas))
+ (list python-numpy python-packaging python-pandas))
(home-page "https://github.com/pydata/xarray")
(synopsis "N-D labeled arrays and datasets")
(description "Xarray (formerly xray) makes working with labelled
- 09/59: gnu: python-lazy-loader: Update to 0.3., (continued)
- 09/59: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/16
- 19/59: gnu: Add python-contourpy., guix-commits, 2024/01/16
- 24/59: gnu: python-cleanlab: Disable test_aux_inputs, enable other tests., guix-commits, 2024/01/16
- 55/59: gnu: python-bbknn: Update to 1.6.0., guix-commits, 2024/01/16
- 48/59: gnu: python-scikit-bio: Update to 0.5.9., guix-commits, 2024/01/16
- 51/59: gnu: python-telomerecat: Disable tests., guix-commits, 2024/01/16
- 54/59: gnu: python-geopandas: Update to 0.14.2., guix-commits, 2024/01/16
- 37/59: gnu: scvelo: Make compatible with latest matplotlib., guix-commits, 2024/01/16
- 20/59: gnu: python-matplotlib: Update to 3.8.2., guix-commits, 2024/01/16
- 42/59: gnu: python-pint: Add missing input., guix-commits, 2024/01/16
- 52/59: gnu: python-xarray: Update to 2023.12.0.,
guix-commits <=
- 53/59: gnu: python-dask: Propagate click., guix-commits, 2024/01/16
- 50/59: gnu: python-mysql-connector-python: Defuse time bomb., guix-commits, 2024/01/16
- 32/59: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/16
- 35/59: gnu: python-demuxem: Disable tests., guix-commits, 2024/01/16
- 29/59: gnu: python-pegasusio: Disable tests., guix-commits, 2024/01/16
- 41/59: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/16
- 28/59: gnu: python-pyani: Disable tests., guix-commits, 2024/01/16
- 59/59: gnu: gourmet: Add missing input., guix-commits, 2024/01/16
- 58/59: gnu: python-pyrdfa3: Update to 3.6.2., guix-commits, 2024/01/16
- 33/59: gnu: python-cooler: Update to 0.9.1., guix-commits, 2024/01/16