diff options
| -rw-r--r-- | guix-science/packages/electrophysiology.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-science/packages/electrophysiology.scm b/guix-science/packages/electrophysiology.scm index b57841d..dca760c 100644 --- a/guix-science/packages/electrophysiology.scm +++ b/guix-science/packages/electrophysiology.scm | |||
| @@ -676,6 +676,8 @@ The toolbox bundles together various signal processing and pattern recognition | |||
| 676 | methods geared torwards the analysis of biosignals.") | 676 | methods geared torwards the analysis of biosignals.") |
| 677 | (license license:bsd-3))) | 677 | (license license:bsd-3))) |
| 678 | 678 | ||
| 679 | ;; XXX: This package is not compatible with Pandas 3 yet, | ||
| 680 | ;; see <https://github.com/bycycle-tools/bycycle/issues/167> | ||
| 679 | (define-public python-bycycle | 681 | (define-public python-bycycle |
| 680 | (package | 682 | (package |
| 681 | (name "python-bycycle") | 683 | (name "python-bycycle") |
| @@ -697,7 +699,7 @@ methods geared torwards the analysis of biosignals.") | |||
| 697 | ;; Requires network access. | 699 | ;; Requires network access. |
| 698 | "--ignore=bycycle/tests/utils/test_download.py"))) | 700 | "--ignore=bycycle/tests/utils/test_download.py"))) |
| 699 | (propagated-inputs (list python-matplotlib python-neurodsp python-numpy | 701 | (propagated-inputs (list python-matplotlib python-neurodsp python-numpy |
| 700 | python-pandas python-scipy)) | 702 | python-pandas-2 python-scipy)) |
| 701 | (native-inputs (list python-pytest python-setuptools)) | 703 | (native-inputs (list python-pytest python-setuptools)) |
| 702 | (home-page "https://bycycle-tools.github.io/") | 704 | (home-page "https://bycycle-tools.github.io/") |
| 703 | (synopsis "Cycle-by-cycle analyses of neural oscillations") | 705 | (synopsis "Cycle-by-cycle analyses of neural oscillations") |
