mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dask: Update to 2024.12.1.
* gnu/packages/python-xyz.scm (python-dask): Update to 2024.12.1. Change-Id: I776e9dd3d4a12d33e89e4d48a5e637cb9d6f465e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4c5bb78367
commit
b8a471332c
1 changed files with 6 additions and 3 deletions
|
@ -30466,7 +30466,7 @@ decisions with any given backend.")
|
||||||
(define-public python-dask
|
(define-public python-dask
|
||||||
(package
|
(package
|
||||||
(name "python-dask")
|
(name "python-dask")
|
||||||
(version "2024.4.2")
|
(version "2024.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -30475,7 +30475,7 @@ decisions with any given backend.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kaxlvqd5hknlb0awck5vcw9b18nl8rpxx4j78js8p9d0y5rsgw8"))))
|
(base32 "17iqfyjphyn72xdr8fmynzvixskbq16pwmsknwc6anq7s2axvas2"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -30503,7 +30503,10 @@ decisions with any given backend.")
|
||||||
" and not test_to_delayed_optimize_graph"
|
" and not test_to_delayed_optimize_graph"
|
||||||
;; This one expects a deprecation warning that never
|
;; This one expects a deprecation warning that never
|
||||||
;; comes.
|
;; comes.
|
||||||
" and not test_RandomState_only_funcs")
|
" and not test_RandomState_only_funcs"
|
||||||
|
;; This test expects a RuntimeWarning that is never
|
||||||
|
;; raised.
|
||||||
|
" and not test_nanquantile_all_nan")
|
||||||
;; Tests must run from the output directory, because otherwise
|
;; Tests must run from the output directory, because otherwise
|
||||||
;; it complains about the difference between the target
|
;; it complains about the difference between the target
|
||||||
;; directory embedded in the pyc files and the source directory
|
;; directory embedded in the pyc files and the source directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue