guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-python-science updated: gnu: python-xarray: Update to 2023.12


From: guix-commits
Subject: branch wip-python-science updated: gnu: python-xarray: Update to 2023.12.0.
Date: Thu, 11 Jan 2024 09:18:04 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch wip-python-science
in repository guix.

The following commit(s) were added to refs/heads/wip-python-science by this 
push:
     new a781879763 gnu: python-xarray: Update to 2023.12.0.
a781879763 is described below

commit a7818797632a630cd70665e349f9bd021d1f7680
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]