diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-31 16:20:50 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-31 18:18:34 +0200 |
| commit | 67fed0563479566d4549262319137ca623d13933 (patch) | |
| tree | bbdca65cf44d3dd35551353545cbe1def3786fe5 | |
| parent | 0765fc944f327486540c3d03300d643bda9a1b6b (diff) | |
electrophysiology: python-pyriemann: Update to 0.12.
* guix-science/packages/electrophysiology.scm (python-pyriemann)
[source]: Update to 0.12.
[propagated-inputs]: Add python-array-api-{compat,extra}.
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index 4d7c124..9f5b7b4 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -3053,7 +3053,7 @@ format.") | |||
| 3053 | (define-public python-pyriemann | 3053 | (define-public python-pyriemann |
| 3054 | (package | 3054 | (package |
| 3055 | (name "python-pyriemann") | 3055 | (name "python-pyriemann") |
| 3056 | (version "0.10") | 3056 | (version "0.12") |
| 3057 | (source | 3057 | (source |
| 3058 | (origin | 3058 | (origin |
| 3059 | (method git-fetch) | 3059 | (method git-fetch) |
| @@ -3062,15 +3062,22 @@ format.") | |||
| 3062 | (commit (string-append "v" version)))) | 3062 | (commit (string-append "v" version)))) |
| 3063 | (file-name (git-file-name name version)) | 3063 | (file-name (git-file-name name version)) |
| 3064 | (sha256 | 3064 | (sha256 |
| 3065 | (base32 "0d8y0x274db1jgyyfv987g6m7myx8xg1jkdpvlqyc8dlr6qd59mr")))) | 3065 | (base32 "1s96aa3k58g5ija8169z55c29fjjx3jsa6lcilrhcps0y0zqd52l")))) |
| 3066 | (build-system pyproject-build-system) | 3066 | (build-system pyproject-build-system) |
| 3067 | (arguments | 3067 | (arguments |
| 3068 | (list | 3068 | (list |
| 3069 | #:test-flags | 3069 | #:test-flags |
| 3070 | ;; Does not converge. | 3070 | #~(list |
| 3071 | #~(list "-k" "not block_covariances"))) | 3071 | ;; requires pytorch |
| 3072 | (propagated-inputs (list python-joblib python-matplotlib python-numpy | 3072 | (string-append "--deselect=tests/test_geometry_geodesic.py" |
| 3073 | python-scikit-learn python-scipy)) | 3073 | "::test_geodesic_alpha_array_error_backend[numpy]")))) |
| 3074 | (propagated-inputs (list python-array-api-compat | ||
| 3075 | python-array-api-extra | ||
| 3076 | python-joblib | ||
| 3077 | python-matplotlib | ||
| 3078 | python-numpy | ||
| 3079 | python-scikit-learn | ||
| 3080 | python-scipy)) | ||
| 3074 | (native-inputs (list python-pytest python-seaborn python-setuptools)) | 3081 | (native-inputs (list python-pytest python-seaborn python-setuptools)) |
| 3075 | (home-page "https://pyriemann.readthedocs.io") | 3082 | (home-page "https://pyriemann.readthedocs.io") |
| 3076 | (synopsis | 3083 | (synopsis |
