From bf8baad294e810a690395fe6f988978a0784933c Mon Sep 17 00:00:00 2001 From: JohnDoenut Date: Sun, 7 Jun 2020 07:56:34 +0200 Subject: [PATCH] Version bump. --- docs/installation.md | 12 ++++++------ docs/tests.md | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 92ae2fe..f91b958 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,12 +35,12 @@ biopeaks #### dependencies Make sure that the following requirements are met for your Python environment: -python >= 3.7\ -pyside2 >= 5.13.2\ -qt >= 5.12.5\ -numpy >= 1.18.1\ -scipy >= 1.4.1\ -pandas >= 0.25.3\ +python >= 3.7
+pyside2 >= 5.13.2
+qt >= 5.12.5
+numpy >= 1.18.1
+scipy >= 1.4.1
+pandas >= 0.25.3
matplotlib >= 3.2.1 Once you have all the dependencies, install `biopeaks` with diff --git a/docs/tests.md b/docs/tests.md index 830171e..83a39a2 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -1,8 +1,8 @@ # Tests ## GUI -The OpenSignals test data have been recorded with\ -software: opensignals v2.0.0, 20190805\ +The OpenSignals test data have been recorded with
+software: opensignals v2.0.0, 20190805
hardware: BITalino (r)evolution (firmware 1281) The EDF test data have been downloaded from https://www.teuniz.net/edf_bdf_testfiles/ diff --git a/setup.py b/setup.py index fa18813..48e163d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author_email="jan.c.brammer@gmail.com", keywords="ECG PPG Breathing Biosignals Bitalino OpenSignals EDF GUI", packages=find_namespace_packages(exclude=["misc", "paper"]), - python_requires=">=3.6", + python_requires=">=3.7", license="GPL-3.0", include_package_data=True, entry_points={