From a93a78b5b18e2b134fa051baf48cf7283667ea45 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 28 Aug 2026 08:42:03 +0200 Subject: electrophysiology: python-bycycle: Fix build. * guix-science/packages/electrophysiology.scm (python-bycycle) [propagated-inputs]: Replace python-pandas by python-pandas-2. --- guix-science/packages/electrophysiology.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 methods geared torwards the analysis of biosignals.") (license license:bsd-3))) +;; XXX: This package is not compatible with Pandas 3 yet, +;; see (define-public python-bycycle (package (name "python-bycycle") @@ -697,7 +699,7 @@ methods geared torwards the analysis of biosignals.") ;; Requires network access. "--ignore=bycycle/tests/utils/test_download.py"))) (propagated-inputs (list python-matplotlib python-neurodsp python-numpy - python-pandas python-scipy)) + python-pandas-2 python-scipy)) (native-inputs (list python-pytest python-setuptools)) (home-page "https://bycycle-tools.github.io/") (synopsis "Cycle-by-cycle analyses of neural oscillations") -- cgit v1.2.3