|
14 | 14 | url="https://github.com/paulvangentcom/heartrate_analysis_python",
|
15 | 15 | packages=["heartpy"],
|
16 | 16 | install_requires=[
|
| 17 | + "cycler==0.10.0;python_version<='3.5'", |
| 18 | + "kiwisolver==1.1.0;python_version<='3.5'", |
| 19 | + "pyparsing==2.4.7;python_version=='2.7'", |
17 | 20 | "numpy<=1.15;python_version=='2.7'",
|
18 | 21 | "numpy<=1.15;python_version=='3.4'",
|
19 | 22 | "numpy;python_version>='3.5'",
|
20 | 23 | "scipy<=1.1.0;python_version=='2.7'",
|
21 | 24 | "scipy<=1.2.0;python_version=='3.4'",
|
22 | 25 | "scipy;python_version>='3.5'",
|
23 |
| - "matplotlib<=2.2.3;python_version=='2.7'", |
| 26 | + "matplotlib==2.2.3;python_version=='2.7'", |
24 | 27 | "matplotlib<=2.2.3;python_version=='3.4'",
|
25 | 28 | "matplotlib<=3.0.0;python_version=='3.5'",
|
26 |
| - 'matplotlib;python_version>="3.6"'], |
| 29 | + "matplotlib;python_version>='3.6'"], |
27 | 30 | include_package_data=True,
|
28 | 31 | package_data={
|
29 | 32 | '': ['data/*.csv', 'data/*.mat', 'data/*.log']
|
|
0 commit comments