From 6bba63234bdd2d8242d1d3c068bea5ee08fa8e8b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 30 Jun 2025 20:35:30 +0100 Subject: [PATCH] gnu: python-vaex-core: Relax upper limit for dask version. * gnu/packages/python-science.scm (python-vaex-core) [arguments] : Add 'relax-requirement. Change-Id: Iae12fbafc6d235c99df4781521cb4fac965f7f3f --- gnu/packages/python-science.scm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 06a811cb6d..0d7587b9c9 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3906,8 +3906,17 @@ readable.") (delete-file-recursively "vendor"))))) (build-system pyproject-build-system) (arguments - ;; require vaex.server and others, which require vaex-core. - (list #:tests? #false)) + (list + #:tests? #f ; require vaex.server and others, which require vaex-core. + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'relax-requirements + (lambda _ + (substitute* "setup.py" + ;; "dask!=2022.4.0,<2024.9"; there is a note "fingerprinting + ;; in no longer deterministic as of 2024.9.0" which may be + ;; resolved in 2024.12.1. + ((",<2024.9") ""))))))) (inputs (list boost pcre pybind11 string-view-lite tsl-hopscotch-map)) (propagated-inputs