From 2ae20447074d13d8ae0a93ceee6fcafd54f423fb Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Tue, 4 Apr 2023 02:01:22 -0700 Subject: [PATCH] Require biospy<1.0.0, which introduces breaking API change --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dfb57f1..031a331 100644 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ setup_requires=[ 'numpy', 'scipy', - 'biosppy', + 'biosppy<1.0.0', 'matplotlib', 'nolds', 'spectrum', ], install_requires=[ - 'biosppy', + 'biosppy<1.0.0', 'matplotlib', 'numpy', 'scipy',