Skip to content

Commit 45a832c

Browse files
committed
Bump dependencies for NumPy 2 compatibility
1 parent 11adca8 commit 45a832c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ description = "The WFDB Python package: tools for reading, writing, and processi
88
authors = [{name = "The Laboratory for Computational Physiology", email = "contact@physionet.org"}]
99
license = {text = "MIT License"}
1010
readme = "README.md"
11-
requires-python = ">= 3.8"
11+
requires-python = ">= 3.9"
1212
dependencies = [
13-
"numpy >= 1.10.1, < 2.0.0",
13+
"numpy >= 1.26.4",
1414
"scipy >= 1.0.0",
15-
"pandas >= 1.3.0",
15+
"pandas >= 2.2.0",
1616
"soundfile >= 0.10.0",
1717
"matplotlib >= 3.2.2",
1818
"requests >= 2.8.1",
@@ -35,7 +35,7 @@ documentation = "https://wfdb.readthedocs.io/"
3535

3636
[tool.black]
3737
line-length = 80
38-
target-version = ['py37']
38+
target-version = ["py39"]
3939

4040
[tool.hatch.build.targets.sdist]
4141
exclude = [

0 commit comments

Comments
 (0)