Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Jun 7, 2020
1 parent 66a667a commit bf8baad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<br/>
pyside2 >= 5.13.2<br/>
qt >= 5.12.5<br/>
numpy >= 1.18.1<br/>
scipy >= 1.4.1<br/>
pandas >= 0.25.3<br/>
matplotlib >= 3.2.1

Once you have all the dependencies, install `biopeaks` with
Expand Down
4 changes: 2 additions & 2 deletions docs/tests.md
Original file line number Diff line number Diff line change
@@ -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<br/>
software: opensignals v2.0.0, 20190805<br/>
hardware: BITalino (r)evolution (firmware 1281)

The EDF test data have been downloaded from https://www.teuniz.net/edf_bdf_testfiles/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit bf8baad

Please sign in to comment.