diff options
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index 83649a7..4d7c124 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -2363,6 +2363,14 @@ processing.") | |||
| 2363 | "--deselect=tests/tests_signal.py::test_signal_psd") | 2363 | "--deselect=tests/tests_signal.py::test_signal_psd") |
| 2364 | #:phases | 2364 | #:phases |
| 2365 | #~(modify-phases %standard-phases | 2365 | #~(modify-phases %standard-phases |
| 2366 | (add-after 'unpack 'fix-requirements | ||
| 2367 | (lambda _ | ||
| 2368 | (substitute* "pyproject.toml" | ||
| 2369 | (("\"pandas<.*\",") | ||
| 2370 | "\"pandas\",") | ||
| 2371 | (("\"setuptools.*\",") | ||
| 2372 | "")))) | ||
| 2373 | |||
| 2366 | ;; Remove superfluous pytest plugins. | 2374 | ;; Remove superfluous pytest plugins. |
| 2367 | (add-after 'unpack 'fix-pytest-configuration | 2375 | (add-after 'unpack 'fix-pytest-configuration |
| 2368 | (lambda _ | 2376 | (lambda _ |
| @@ -2400,8 +2408,7 @@ processing.") | |||
| 2400 | python-pywavelets | 2408 | python-pywavelets |
| 2401 | python-requests | 2409 | python-requests |
| 2402 | python-scikit-learn | 2410 | python-scikit-learn |
| 2403 | python-scipy | 2411 | python-scipy)) |
| 2404 | python-setuptools)) | ||
| 2405 | (native-inputs (list mne-sample-data | 2412 | (native-inputs (list mne-sample-data |
| 2406 | python-antropy | 2413 | python-antropy |
| 2407 | python-bioread | 2414 | python-bioread |
