Skip to content

Commit 2e6327e

Browse files
author
Benjamin Moody
committed
pyproject.toml: relax requirement for matplotlib to 3.2.2.
As of 2022-05-26, a certain popular cloud computing service comes with matplotlib 3.2.2 preinstalled, along with other packages that will cause a conflict if you try to install the latest version of matplotlib (3.5.2). I'm not aware of any incompatibilities with this version, so relax wfdb's requirement in order to make installation smoother.
1 parent 0d42dfb commit 2e6327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.7"
1010
numpy = "^1.10.1"
1111
scipy = "^1.0.0"
1212
pandas = "^1.0.0"
13-
matplotlib = "^3.3.4"
13+
matplotlib = "^3.2.2"
1414
requests = "^2.8.1"
1515
pytest = {version = "^7.1.1", optional = true}
1616
pytest-xdist = {version = "^2.5.0", optional = true}

0 commit comments

Comments
 (0)