Skip to content

Commit

Permalink
Bump dependencies for NumPy 2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Oct 23, 2024
1 parent ddf4e20 commit 15c7b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ description = "The WFDB Python package: tools for reading, writing, and processi
authors = [{name = "The Laboratory for Computational Physiology", email = "contact@physionet.org"}]
license = {text = "MIT License"}
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
dependencies = [
"numpy >= 1.10.1, < 2.0.0",
"numpy >= 1.26.4",
"scipy >= 1.0.0",
"pandas >= 1.3.0",
"pandas >= 2.2.0",
"soundfile >= 0.10.0",
"matplotlib >= 3.2.2",
"requests >= 2.8.1",
Expand All @@ -35,7 +35,7 @@ documentation = "https://wfdb.readthedocs.io/"

[tool.black]
line-length = 80
target-version = ['py37']
target-version = ["py39"]

[tool.hatch.build.targets.sdist]
exclude = [
Expand Down

0 comments on commit 15c7b8c

Please sign in to comment.