Skip to content

Commit ceae48d

Browse files
committed
Remove version caps
1 parent 3c9796c commit ceae48d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ documentation = "https://wfdb.readthedocs.io/"
1010
license = "MIT"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.7"
14-
numpy = "^1.10.1"
15-
scipy = "^1.0.0"
13+
python = ">=3.7"
14+
numpy = ">=1.10.1"
15+
scipy = ">=1.0.0"
1616
pandas = ">=1.3.0"
17-
SoundFile = ">=0.10.0, <0.12.0"
18-
matplotlib = "^3.2.2"
19-
requests = "^2.8.1"
20-
pytest = {version = "^7.1.1", optional = true}
21-
pytest-xdist = {version = "^2.5.0", optional = true}
22-
pylint = {version = "^2.13.7", optional = true}
23-
black = {version = "^22.3.0", optional = true}
24-
Sphinx = {version = "^4.5.0", optional = true}
17+
SoundFile = ">=0.10.0"
18+
matplotlib = ">=3.2.2"
19+
requests = ">=2.8.1"
20+
pytest = {version = ">=7.1.1", optional = true}
21+
pytest-xdist = {version = ">=2.5.0", optional = true}
22+
pylint = {version = ">=2.13.7", optional = true}
23+
black = {version = ">=22.3.0", optional = true}
24+
Sphinx = {version = ">=4.5.0", optional = true}
2525

2626
[tool.poetry.extras]
2727
dev = ["pytest", "pytest-xdist", "pylint", "black", "Sphinx"]

0 commit comments

Comments
 (0)