diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-27 17:31:46 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-27 17:42:52 +0200 |
| commit | 118db18b2a0b2354008d42d91a31faeb21941fce (patch) | |
| tree | d9954cc316cb5209ede18b939fefa504a4c350e6 | |
| parent | 167a0aef4b99391b4f6e55a8334343174074386a (diff) | |
neuroscience: python-tedana: Update to 26.0.3.
* guix-science/packages/neuroscience.scm (python-tedana)
[source]: Update to 26.0.3.
[arguments]<#:phases>: Remove nilearn compatibility patch. Set HOME before
check.
| -rw-r--r-- | guix-science/packages/neuroscience.scm | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/guix-science/packages/neuroscience.scm b/guix-science/packages/neuroscience.scm index dc96d56..6c3e71c 100644 --- a/guix-science/packages/neuroscience.scm +++ b/guix-science/packages/neuroscience.scm | |||
| @@ -2407,7 +2407,7 @@ from different packages.") | |||
| 2407 | (define-public python-tedana | 2407 | (define-public python-tedana |
| 2408 | (package | 2408 | (package |
| 2409 | (name "python-tedana") | 2409 | (name "python-tedana") |
| 2410 | (version "25.1.0") | 2410 | (version "26.0.3") |
| 2411 | (source | 2411 | (source |
| 2412 | (origin | 2412 | (origin |
| 2413 | (method git-fetch) | 2413 | (method git-fetch) |
| @@ -2416,7 +2416,7 @@ from different packages.") | |||
| 2416 | (commit version))) | 2416 | (commit version))) |
| 2417 | (file-name (git-file-name name version)) | 2417 | (file-name (git-file-name name version)) |
| 2418 | (sha256 | 2418 | (sha256 |
| 2419 | (base32 "1980k3c7ajldwcm82wg9dlz4104r4kii30cdcz1w07l09qpanmn1")))) | 2419 | (base32 "0wm7fb8a1mlmqfaya3zydbd5kkn0kpjzxv5afsmnjyl21lg8h026")))) |
| 2420 | (build-system pyproject-build-system) | 2420 | (build-system pyproject-build-system) |
| 2421 | (arguments | 2421 | (arguments |
| 2422 | (list | 2422 | (list |
| @@ -2435,16 +2435,11 @@ from different packages.") | |||
| 2435 | (substitute* "pyproject.toml" | 2435 | (substitute* "pyproject.toml" |
| 2436 | ((",\\s*<=.*\"") | 2436 | ((",\\s*<=.*\"") |
| 2437 | "\"")))) | 2437 | "\"")))) |
| 2438 | (add-after 'unpack 'fix-imports | 2438 | |
| 2439 | (add-before 'check 'set-home | ||
| 2439 | (lambda _ | 2440 | (lambda _ |
| 2440 | ;; Fix for import errors introduced in nilearn@0.14.1, | 2441 | (setenv "HOME" |
| 2441 | ;; see <https://github.com/nilearn/nilearn/issues/5696>. | 2442 | (getcwd))))))) |
| 2442 | (substitute* "tedana/io.py" | ||
| 2443 | (("from nilearn._utils import check_niimg") | ||
| 2444 | "from nilearn._utils.niimg_conversions import check_niimg")) | ||
| 2445 | (substitute* "tedana/utils.py" | ||
| 2446 | (("from nilearn._utils import check_niimg") | ||
| 2447 | "from nilearn._utils.niimg_conversions import check_niimg"))))))) | ||
| 2448 | (propagated-inputs (list python-bokeh | 2443 | (propagated-inputs (list python-bokeh |
| 2449 | python-mapca | 2444 | python-mapca |
| 2450 | python-matplotlib | 2445 | python-matplotlib |
