Skip to content

Commit 5f68379

Browse files
committed
Use numpy >= 2 only in build-system
1 parent cde0084 commit 5f68379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm", "numpy"]
2+
requires = ["setuptools", "setuptools-scm", "numpy >= 2.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
keywords = ["sleep", "ecg", "qrs", "peak"]
2929
dependencies = [
30-
"numpy >= 2.0.0",
30+
"numpy >= 1.26.0",
3131
"pyyaml >= 6.0.0",
3232
"requests >= 2.32.3",
3333
"scipy >= 1.14.0",
@@ -52,7 +52,7 @@ dev = [ # everything needed for development
5252
"pre-commit >= 2.13.0",
5353
"pytest >= 6.2.0",
5454
"ruff >= 0.4.0",
55-
"setuptools >= 56.0.0",
55+
"setuptools >= 72.1.0",
5656
]
5757

5858
doc = [ # RTD uses this when building the documentation

0 commit comments

Comments
 (0)